#245E91

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

Shades of Endeavour #245E91

Tints of Endeavour #245E91

Color information

#245E91 (or 0x245E91) is unknown color: approx Endeavour. HEX triplet: 24, 5E and 91. RGB value is (36,94,145). Sum of RGB (Red+Green+Blue) = 36+94+145=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #245E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E91 is #DBA16E. Grayscale: #525252. Windows color (decimal): -14393711 or 9526820. OLE color: 9526820.

HSL color Cylindrical-coordinate representation of color #245E91: hue angle of 208.07º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245E91 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3694145-
CMYK0.750.3500.43
HSL208.07º60.22%35.49%-
HSV(B)208.07º75.17%56.86%-
XYZ9.8410.4228.28-
YUV82.47163.2894.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=13.09%
G=34.18%
B=52.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36941450.750.3500.43208.0760.2235.49
Hex245E914B2302Bd03c23
Octal44136221113430533207443
Binary1001001011110100100011001011100011010101111010000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,94,145); }

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

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

 a { background-color: rgb(36,94,145); }

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

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

 span { border-color: rgb(36,94,145); }

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