#245596

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

Shades of Endeavour #245596

Tints of Endeavour #245596

Color information

#245596 (or 0x245596) is unknown color: approx Endeavour. HEX triplet: 24, 55 and 96. RGB value is (36,85,150). Sum of RGB (Red+Green+Blue) = 36+85+150=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #245596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245596 is #DBAA69. Grayscale: #4D4D4D. Windows color (decimal): -14396010 or 9852196. OLE color: 9852196.

HSL color Cylindrical-coordinate representation of color #245596: hue angle of 214.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245596 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3685150-
CMYK0.760.4300.41
HSL214.21º61.29%36.47%-
HSV(B)214.21º76%58.82%-
XYZ9.489.0730.11-
YUV77.76168.7798.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.28%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 150 (58.98% from 255) = 55.35%
R=13.28%
G=31.37%
B=55.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36851500.760.4300.41214.2161.2936.47
Hex2455964C2B029d63d24
Octal44125226114530513267544
Binary1001001010101100101101001100101011010100111010110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245596; }

 p { color: rgb(36,85,150); }

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

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

 a { background-color: rgb(36,85,150); }

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

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

 span { border-color: rgb(36,85,150); }

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