#245696

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

Shades of Endeavour #245696

Tints of Endeavour #245696

Color information

#245696 (or 0x245696) is unknown color: approx Endeavour. HEX triplet: 24, 56 and 96. RGB value is (36,86,150). Sum of RGB (Red+Green+Blue) = 36+86+150=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #245696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245696 is #DBA969. Grayscale: #4E4E4E. Windows color (decimal): -14395754 or 9852452. OLE color: 9852452.

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

Color convert

RGB3686150-
CMYK0.760.4300.41
HSL213.68º61.29%36.47%-
HSV(B)213.68º76%58.82%-
XYZ9.569.2330.13-
YUV78.35168.4497.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.24%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 150 (58.98% from 255) = 55.15%
R=13.24%
G=31.62%
B=55.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36861500.760.4300.41213.6861.2936.47
Hex2456964C2B029d63d24
Octal44126226114530513267544
Binary1001001010110100101101001100101011010100111010110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245696; }

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

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

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

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

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

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

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

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