#245F91

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

Shades of Endeavour #245F91

Tints of Endeavour #245F91

Color information

#245F91 (or 0x245F91) is unknown color: approx Endeavour. HEX triplet: 24, 5F and 91. RGB value is (36,95,145). Sum of RGB (Red+Green+Blue) = 36+95+145=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #245F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F91 is #DBA06E. Grayscale: #525252. Windows color (decimal): -14393455 or 9527076. OLE color: 9527076.

HSL color Cylindrical-coordinate representation of color #245F91: hue angle of 207.52º 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 #245F91 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3695145-
CMYK0.750.3400.43
HSL207.52º60.22%35.49%-
HSV(B)207.52º75.17%56.86%-
XYZ9.9310.628.31-
YUV83.06162.9594.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 145 (57.03% from 255) = 52.54%
R=13.04%
G=34.42%
B=52.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36951450.750.3400.43207.5260.2235.49
Hex245F914B2202Bd03c23
Octal44137221113420533207443
Binary1001001011111100100011001011100010010101111010000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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