#31778F

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

Shades of Astral #31778F

Tints of Astral #31778F

Color information

#31778F (or 0x31778F) is unknown color: approx Astral. HEX triplet: 31, 77 and 8F. RGB value is (49,119,143). Sum of RGB (Red+Green+Blue) = 49+119+143=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #31778F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31778F is #CE8870. Grayscale: #646464. Windows color (decimal): -13535345 or 9402161. OLE color: 9402161.

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

Color convert

RGB49119143-
CMYK0.660.1700.44
HSL195.32º48.96%37.65%-
HSV(B)195.32º65.73%56.08%-
XYZ12.8215.8328.37-
YUV100.81151.8191.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.76%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 143 (56.25% from 255) = 45.98%
R=15.76%
G=38.26%
B=45.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491191430.660.1700.44195.3248.9637.65
Hex31778F421102Cc33126
Octal61167217102210543036146
Binary110001111011110001111100001010001010110011000011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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