#31569A

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

Shades of Endeavour #31569A

Tints of Endeavour #31569A

Color information

#31569A (or 0x31569A) is unknown color: approx Endeavour. HEX triplet: 31, 56 and 9A. RGB value is (49,86,154). Sum of RGB (Red+Green+Blue) = 49+86+154=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #31569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31569A is #CEA965. Grayscale: #525252. Windows color (decimal): -13543782 or 10114609. OLE color: 10114609.

HSL color Cylindrical-coordinate representation of color #31569A: hue angle of 218.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31569A is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4986154-
CMYK0.680.4400.40
HSL218.86º51.72%39.8%-
HSV(B)218.86º68.18%60.39%-
XYZ10.439.6431.88-
YUV82.69168.24103.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 154 (60.55% from 255) = 53.29%
R=16.96%
G=29.76%
B=53.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49861540.680.4400.40218.8651.7239.8
Hex31569A442C028db3428
Octal61126232104540503336450
Binary1100011010110100110101000100101100010100011011011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31569A; }

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

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

<style>
 a { background-color: #31569A; }

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

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

<style>
 span { border-color: #31569A; }

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

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