#31568E

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

Shades of Endeavour #31568E

Tints of Endeavour #31568E

Color information

#31568E (or 0x31568E) is unknown color: approx Endeavour. HEX triplet: 31, 56 and 8E. RGB value is (49,86,142). Sum of RGB (Red+Green+Blue) = 49+86+142=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #31568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31568E is #CEA971. Grayscale: #515151. Windows color (decimal): -13543794 or 9328177. OLE color: 9328177.

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

Color convert

RGB4986142-
CMYK0.650.3900.44
HSL216.13º48.69%37.45%-
HSV(B)216.13º65.49%55.69%-
XYZ9.489.2626.88-
YUV81.32162.24104.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=17.69%
G=31.05%
B=51.26%

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
Decimal49861420.650.3900.44216.1348.6937.45
Hex31568E412702Cd83125
Octal61126216101470543306145
Binary1100011010110100011101000001100111010110011011000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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