#277891

Color #277891 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #277891

Tints of Astral #277891

Color information

#277891 (or 0x277891) is unknown color: approx Astral. HEX triplet: 27, 78 and 91. RGB value is (39,120,145). Sum of RGB (Red+Green+Blue) = 39+120+145=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #277891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277891 is #D8876E. Grayscale: #626262. Windows color (decimal): -14190447 or 9533479. OLE color: 9533479.

HSL color Cylindrical-coordinate representation of color #277891: hue angle of 194.15º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277891 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB39120145-
CMYK0.730.1700.43
HSL194.15º57.61%36.08%-
HSV(B)194.15º73.1%56.86%-
XYZ12.6615.9129.19-
YUV98.63154.1685.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 12.83%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=12.83%
G=39.47%
B=47.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391201450.730.1700.43194.1557.6136.08
Hex277891491102Bc23a24
Octal47170221111210533027244
Binary100111111100010010001100100110001010101111000010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277891; }

 p { color: rgb(39,120,145); }

 H1.HeaderClassName
 {
   color: #277891;
 }
 .AnyTagClassName
 {
   color: #277891;
 }
</style>
background-color css

<style>
 a { background-color: #277891; }

 a { background-color: rgb(39,120,145); }

 div.DivClassName
 {
   background-color: #277891;
 }
 .BgClassName
 {
   background-color: #277891;
 }
</style>
border-color css

<style>
 span { border-color: #277891; }

 span { border-color: rgb(39,120,145); }

 td.TdClassName
 {
   border-color: #277891;
 }
 .TagClassName
 {
   border-color: #277891;
 }
</style>