#31768E

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

Shades of Astral #31768E

Tints of Astral #31768E

Color information

#31768E (or 0x31768E) is unknown color: approx Astral. HEX triplet: 31, 76 and 8E. RGB value is (49,118,142). Sum of RGB (Red+Green+Blue) = 49+118+142=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #31768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31768E is #CE8971. Grayscale: #636363. Windows color (decimal): -13535602 or 9336369. OLE color: 9336369.

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

Color convert

RGB49118142-
CMYK0.650.1700.44
HSL195.48º48.69%37.45%-
HSV(B)195.48º65.49%55.69%-
XYZ12.6315.5627.93-
YUV100.1151.6491.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=15.86%
G=38.19%
B=45.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491181420.650.1700.44195.4848.6937.45
Hex31768E411102Cc33125
Octal61166216101210543036145
Binary110001111011010001110100000110001010110011000011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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