#31578E

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

Shades of Endeavour #31578E

Tints of Endeavour #31578E

Color information

#31578E (or 0x31578E) is unknown color: approx Endeavour. HEX triplet: 31, 57 and 8E. RGB value is (49,87,142). Sum of RGB (Red+Green+Blue) = 49+87+142=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #31578E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31578E is #CEA871. Grayscale: #515151. Windows color (decimal): -13543538 or 9328433. OLE color: 9328433.

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

Color convert

RGB4987142-
CMYK0.650.3900.44
HSL215.48º48.69%37.45%-
HSV(B)215.48º65.49%55.69%-
XYZ9.569.4226.91-
YUV81.91161.91104.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=17.63%
G=31.29%
B=51.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49871420.650.3900.44215.4848.6937.45
Hex31578E412702Cd73125
Octal61127216101470543276145
Binary1100011010111100011101000001100111010110011010111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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