#245B97

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

Shades of Endeavour #245B97

Tints of Endeavour #245B97

Color information

#245B97 (or 0x245B97) is unknown color: approx Endeavour. HEX triplet: 24, 5B and 97. RGB value is (36,91,151). Sum of RGB (Red+Green+Blue) = 36+91+151=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #245B97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245B97 is #DBA468. Grayscale: #515151. Windows color (decimal): -14394473 or 9919268. OLE color: 9919268.

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

Color convert

RGB3691151-
CMYK0.760.4000.41
HSL211.3º61.5%36.67%-
HSV(B)211.3º76.16%59.22%-
XYZ10.0510.0930.7-
YUV81.4167.2895.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 151 (59.38% from 255) = 54.32%
R=12.95%
G=32.73%
B=54.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36911510.760.4000.41211.361.536.67
Hex245B974C28029d33d25
Octal44133227114500513237545
Binary1001001011011100101111001100101000010100111010011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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