#245F96

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

Shades of Endeavour #245F96

Tints of Endeavour #245F96

Color information

#245F96 (or 0x245F96) is unknown color: approx Endeavour. HEX triplet: 24, 5F and 96. RGB value is (36,95,150). Sum of RGB (Red+Green+Blue) = 36+95+150=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #245F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F96 is #DBA069. Grayscale: #535353. Windows color (decimal): -14393450 or 9854756. OLE color: 9854756.

HSL color Cylindrical-coordinate representation of color #245F96: hue angle of 208.95º 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 #245F96 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3695150-
CMYK0.760.3700.41
HSL208.95º61.29%36.47%-
HSV(B)208.95º76%58.82%-
XYZ10.3210.7630.39-
YUV83.63165.4594.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.81%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=12.81%
G=33.81%
B=53.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36951500.760.3700.41208.9561.2936.47
Hex245F964C25029d13d24
Octal44137226114450513217544
Binary1001001011111100101101001100100101010100111010001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245F96; }

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

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

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

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

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

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

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

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