#24549A

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

Shades of Endeavour #24549A

Tints of Endeavour #24549A

Color information

#24549A (or 0x24549A) is unknown color: approx Endeavour. HEX triplet: 24, 54 and 9A. RGB value is (36,84,154). Sum of RGB (Red+Green+Blue) = 36+84+154=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #24549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24549A is #DBAB65. Grayscale: #4D4D4D. Windows color (decimal): -14396262 or 10114084. OLE color: 10114084.

HSL color Cylindrical-coordinate representation of color #24549A: hue angle of 215.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24549A is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3684154-
CMYK0.770.4500.40
HSL215.59º62.11%37.25%-
HSV(B)215.59º76.62%60.39%-
XYZ9.739.0531.81-
YUV77.63171.198.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.14%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=13.14%
G=30.66%
B=56.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36841540.770.4500.40215.5962.1137.25
Hex24549A4D2D028d83e25
Octal44124232115550503307645
Binary1001001010100100110101001101101101010100011011000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24549A; }

 p { color: rgb(36,84,154); }

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

<style>
 a { background-color: #24549A; }

 a { background-color: rgb(36,84,154); }

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

<style>
 span { border-color: #24549A; }

 span { border-color: rgb(36,84,154); }

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