#245A93

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

Shades of Endeavour #245A93

Tints of Endeavour #245A93

Color information

#245A93 (or 0x245A93) is unknown color: approx Endeavour. HEX triplet: 24, 5A and 93. RGB value is (36,90,147). Sum of RGB (Red+Green+Blue) = 36+90+147=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #245A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A93 is #DBA56C. Grayscale: #505050. Windows color (decimal): -14394733 or 9656868. OLE color: 9656868.

HSL color Cylindrical-coordinate representation of color #245A93: hue angle of 210.81º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245A93 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3690147-
CMYK0.760.3900.42
HSL210.81º60.66%35.88%-
HSV(B)210.81º75.51%57.65%-
XYZ9.659.7928.99-
YUV80.35165.6196.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.19%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 147 (57.81% from 255) = 53.85%
R=13.19%
G=32.97%
B=53.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36901470.760.3900.42210.8160.6635.88
Hex245A934C2702Ad33d24
Octal44132223114470523237544
Binary1001001011010100100111001100100111010101011010011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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