#31708E

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

Shades of Astral #31708E

Tints of Astral #31708E

Color information

#31708E (or 0x31708E) is unknown color: approx Astral. HEX triplet: 31, 70 and 8E. RGB value is (49,112,142). Sum of RGB (Red+Green+Blue) = 49+112+142=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #31708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31708E is #CE8F71. Grayscale: #606060. Windows color (decimal): -13537138 or 9334833. OLE color: 9334833.

HSL color Cylindrical-coordinate representation of color #31708E: hue angle of 199.35º 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 #31708E is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49112142-
CMYK0.650.2100.44
HSL199.35º48.69%37.45%-
HSV(B)199.35º65.49%55.69%-
XYZ11.9414.1927.7-
YUV96.58153.6394.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.17%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=16.17%
G=36.96%
B=46.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491121420.650.2100.44199.3548.6937.45
Hex31708E411502Cc73125
Octal61160216101250543076145
Binary110001111000010001110100000110101010110011000111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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