#245A9D

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

Shades of Endeavour #245A9D

Tints of Endeavour #245A9D

Color information

#245A9D (or 0x245A9D) is unknown color: approx Endeavour. HEX triplet: 24, 5A and 9D. RGB value is (36,90,157). Sum of RGB (Red+Green+Blue) = 36+90+157=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #245A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A9D is #DBA562. Grayscale: #515151. Windows color (decimal): -14394723 or 10312228. OLE color: 10312228.

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

Color convert

RGB3690157-
CMYK0.770.4300.38
HSL213.22º62.69%37.84%-
HSV(B)213.22º77.07%61.57%-
XYZ10.4710.1233.3-
YUV81.49170.6195.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.72%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 157 (61.72% from 255) = 55.48%
R=12.72%
G=31.80%
B=55.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36901570.770.4300.38213.2262.6937.84
Hex245A9D4D2B026d53f26
Octal44132235115530463257746
Binary1001001011010100111011001101101011010011011010101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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