#245895

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

Shades of Endeavour #245895

Tints of Endeavour #245895

Color information

#245895 (or 0x245895) is unknown color: approx Endeavour. HEX triplet: 24, 58 and 95. RGB value is (36,88,149). Sum of RGB (Red+Green+Blue) = 36+88+149=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #245895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245895 is #DBA76A. Grayscale: #4F4F4F. Windows color (decimal): -14395243 or 9787428. OLE color: 9787428.

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

Color convert

RGB3688149-
CMYK0.760.4100.42
HSL212.39º61.08%36.27%-
HSV(B)212.39º75.84%58.43%-
XYZ9.649.5229.76-
YUV79.41167.2797.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.19%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 149 (58.59% from 255) = 54.58%
R=13.19%
G=32.23%
B=54.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36881490.760.4100.42212.3961.0836.27
Hex2458954C2902Ad43d24
Octal44130225114510523247544
Binary1001001011000100101011001100101001010101011010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245895; }

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

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

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

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

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

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

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

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