#245C9C

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

Shades of Endeavour #245C9C

Tints of Endeavour #245C9C

Color information

#245C9C (or 0x245C9C) is unknown color: approx Endeavour. HEX triplet: 24, 5C and 9C. RGB value is (36,92,156). Sum of RGB (Red+Green+Blue) = 36+92+156=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #245C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C9C is #DBA363. Grayscale: #525252. Windows color (decimal): -14394212 or 10247204. OLE color: 10247204.

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

Color convert

RGB3692156-
CMYK0.770.4100.39
HSL212º62.5%37.65%-
HSV(B)212º76.92%61.18%-
XYZ10.5610.4332.91-
YUV82.55169.4594.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.68%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 156 (61.33% from 255) = 54.93%
R=12.68%
G=32.39%
B=54.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal36921560.770.4100.3921262.537.65
Hex245C9C4D29027d43e26
Octal44134234115510473247646
Binary1001001011100100111001001101101001010011111010100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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