#245C9D

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

Shades of Endeavour #245C9D

Tints of Endeavour #245C9D

Color information

#245C9D (or 0x245C9D) is unknown color: approx Endeavour. HEX triplet: 24, 5C and 9D. RGB value is (36,92,157). Sum of RGB (Red+Green+Blue) = 36+92+157=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #245C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C9D is #DBA362. Grayscale: #525252. Windows color (decimal): -14394211 or 10312740. OLE color: 10312740.

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

Color convert

RGB3692157-
CMYK0.770.4100.38
HSL212.23º62.69%37.84%-
HSV(B)212.23º77.07%61.57%-
XYZ10.6410.4633.36-
YUV82.67169.9594.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.63%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=12.63%
G=32.28%
B=55.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36921570.770.4100.38212.2362.6937.84
Hex245C9D4D29026d43f26
Octal44134235115510463247746
Binary1001001011100100111011001101101001010011011010100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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