#31778E

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

Shades of Astral #31778E

Tints of Astral #31778E

Color information

#31778E (or 0x31778E) is unknown color: approx Astral. HEX triplet: 31, 77 and 8E. RGB value is (49,119,142). Sum of RGB (Red+Green+Blue) = 49+119+142=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #31778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31778E is #CE8871. Grayscale: #646464. Windows color (decimal): -13535346 or 9336625. OLE color: 9336625.

HSL color Cylindrical-coordinate representation of color #31778E: hue angle of 194.84º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31778E is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49119142-
CMYK0.650.1600.44
HSL194.84º48.69%37.45%-
HSV(B)194.84º65.49%55.69%-
XYZ12.7515.827.97-
YUV100.69151.3191.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=15.81%
G=38.39%
B=45.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491191420.650.1600.44194.8448.6937.45
Hex31778E411002Cc33125
Octal61167216101200543036145
Binary110001111011110001110100000110000010110011000011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31778E; }

 p { color: rgb(49,119,142); }

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

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

 a { background-color: rgb(49,119,142); }

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

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

 span { border-color: rgb(49,119,142); }

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