#245d9b

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

Shades of Endeavour #245D9B

Tints of Endeavour #245D9B

Color information

#245D9B (or 0x245D9B) is unknown color: approx Endeavour. HEX triplet: 24, 5D and 9B. RGB value is (36,93,155). Sum of RGB (Red+Green+Blue) = 36+93+155=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #245D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D9B is #DBA264. Grayscale: #525252. Windows color (decimal): -14393957 or 10181924. OLE color: 10181924.

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

Color convert

RGB3693155-
CMYK0.770.400.39
HSL211.26º62.3%37.45%-
HSV(B)211.26º76.77%60.78%-
XYZ10.5610.5732.49-
YUV83.02168.6294.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.68%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=12.68%
G=32.75%
B=54.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal36931550.770.400.39211.2662.337.45
Hex245D9B4D28027d33e25
Octal44135233115500473237645
Binary1001001011101100110111001101101000010011111010011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245d9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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