#245A9F

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

Shades of Endeavour #245A9F

Tints of Endeavour #245A9F

Color information

#245A9F (or 0x245A9F) is unknown color: approx Endeavour. HEX triplet: 24, 5A and 9F. RGB value is (36,90,159). Sum of RGB (Red+Green+Blue) = 36+90+159=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #245A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A9F is #DBA560. Grayscale: #515151. Windows color (decimal): -14394721 or 10443300. OLE color: 10443300.

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

Color convert

RGB3690159-
CMYK0.770.4300.38
HSL213.66º63.08%38.24%-
HSV(B)213.66º77.36%62.35%-
XYZ10.6410.1934.21-
YUV81.72171.6195.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.63%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=12.63%
G=31.58%
B=55.79%

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
Decimal36901590.770.4300.38213.6663.0838.24
Hex245A9F4D2B026d63f26
Octal44132237115530463267746
Binary1001001011010100111111001101101011010011011010110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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