#245599

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

Shades of Endeavour #245599

Tints of Endeavour #245599

Color information

#245599 (or 0x245599) is unknown color: approx Endeavour. HEX triplet: 24, 55 and 99. RGB value is (36,85,153). Sum of RGB (Red+Green+Blue) = 36+85+153=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #245599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245599 is #DBAA66. Grayscale: #4D4D4D. Windows color (decimal): -14396007 or 10048804. OLE color: 10048804.

HSL color Cylindrical-coordinate representation of color #245599: hue angle of 214.87º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245599 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3685153-
CMYK0.760.4400.4
HSL214.87º61.9%37.06%-
HSV(B)214.87º76.47%60%-
XYZ9.739.1731.39-
YUV78.1170.2797.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.14%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=13.14%
G=31.02%
B=55.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36851530.760.4400.4214.8761.937.06
Hex2455994C2C028d73e25
Octal44125231114540503277645
Binary1001001010101100110011001100101100010100011010111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245599; }

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

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

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

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

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

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

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

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