#245B96

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

Shades of Endeavour #245B96

Tints of Endeavour #245B96

Color information

#245B96 (or 0x245B96) is unknown color: approx Endeavour. HEX triplet: 24, 5B and 96. RGB value is (36,91,150). Sum of RGB (Red+Green+Blue) = 36+91+150=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #245B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245B96 is #DBA469. Grayscale: #505050. Windows color (decimal): -14394474 or 9853732. OLE color: 9853732.

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

Color convert

RGB3691150-
CMYK0.760.3900.41
HSL211.05º61.29%36.47%-
HSV(B)211.05º76%58.82%-
XYZ9.9710.0630.27-
YUV81.28166.7895.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.00%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=13.00%
G=32.85%
B=54.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36911500.760.3900.41211.0561.2936.47
Hex245B964C27029d33d24
Octal44133226114470513237544
Binary1001001011011100101101001100100111010100111010011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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