#245D9C

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

Shades of Endeavour #245D9C

Tints of Endeavour #245D9C

Color information

#245D9C (or 0x245D9C) is unknown color: approx Endeavour. HEX triplet: 24, 5D and 9C. RGB value is (36,93,156). Sum of RGB (Red+Green+Blue) = 36+93+156=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #245D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D9C is #DBA263. Grayscale: #525252. Windows color (decimal): -14393956 or 10247460. OLE color: 10247460.

HSL color Cylindrical-coordinate representation of color #245D9C: hue angle of 211.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #245D9C is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3693156-
CMYK0.770.4000.39
HSL211.5º62.5%37.65%-
HSV(B)211.5º76.92%61.18%-
XYZ10.6410.632.94-
YUV83.14169.1294.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.63%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=12.63%
G=32.63%
B=54.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal36931560.770.4000.39211.562.537.65
Hex245D9C4D28027d43e26
Octal44135234115500473247646
Binary1001001011101100111001001101101000010011111010100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,93,156); }

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

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

 a { background-color: rgb(36,93,156); }

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

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

 span { border-color: rgb(36,93,156); }

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