#245995

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

Shades of Endeavour #245995

Tints of Endeavour #245995

Color information

#245995 (or 0x245995) is unknown color: approx Endeavour. HEX triplet: 24, 59 and 95. RGB value is (36,89,149). Sum of RGB (Red+Green+Blue) = 36+89+149=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #245995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245995 is #DBA66A. Grayscale: #4F4F4F. Windows color (decimal): -14394987 or 9787684. OLE color: 9787684.

HSL color Cylindrical-coordinate representation of color #245995: hue angle of 211.86º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245995 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3689149-
CMYK0.760.4000.42
HSL211.86º61.08%36.27%-
HSV(B)211.86º75.84%58.43%-
XYZ9.729.6929.79-
YUV79.99166.9496.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.14%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=13.14%
G=32.48%
B=54.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36891490.760.4000.42211.8661.0836.27
Hex2459954C2802Ad43d24
Octal44131225114500523247544
Binary1001001011001100101011001100101000010101011010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245995; }

 p { color: rgb(36,89,149); }

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

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

 a { background-color: rgb(36,89,149); }

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

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

 span { border-color: rgb(36,89,149); }

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