#31758E

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

Shades of Astral #31758E

Tints of Astral #31758E

Color information

#31758E (or 0x31758E) is unknown color: approx Astral. HEX triplet: 31, 75 and 8E. RGB value is (49,117,142). Sum of RGB (Red+Green+Blue) = 49+117+142=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #31758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31758E is #CE8A71. Grayscale: #636363. Windows color (decimal): -13535858 or 9336113. OLE color: 9336113.

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

Color convert

RGB49117142-
CMYK0.650.1800.44
HSL196.13º48.69%37.45%-
HSV(B)196.13º65.49%55.69%-
XYZ12.5115.3327.89-
YUV99.52151.9791.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=15.91%
G=37.99%
B=46.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491171420.650.1800.44196.1348.6937.45
Hex31758E411202Cc43125
Octal61165216101220543046145
Binary110001111010110001110100000110010010110011000100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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