#245896

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

Shades of Endeavour #245896

Tints of Endeavour #245896

Color information

#245896 (or 0x245896) is unknown color: approx Endeavour. HEX triplet: 24, 58 and 96. RGB value is (36,88,150). Sum of RGB (Red+Green+Blue) = 36+88+150=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #245896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245896 is #DBA769. Grayscale: #4F4F4F. Windows color (decimal): -14395242 or 9852964. OLE color: 9852964.

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

Color convert

RGB3688150-
CMYK0.760.4100.41
HSL212.63º61.29%36.47%-
HSV(B)212.63º76%58.82%-
XYZ9.729.5630.19-
YUV79.52167.7796.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.14%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 150 (58.98% from 255) = 54.74%
R=13.14%
G=32.12%
B=54.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36881500.760.4100.41212.6361.2936.47
Hex2458964C29029d53d24
Octal44130226114510513257544
Binary1001001011000100101101001100101001010100111010101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245896; }

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

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

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

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

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

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

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

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