#24538E

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

Shades of Endeavour #24538E

Tints of Endeavour #24538E

Color information

#24538E (or 0x24538E) is unknown color: approx Endeavour. HEX triplet: 24, 53 and 8E. RGB value is (36,83,142). Sum of RGB (Red+Green+Blue) = 36+83+142=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #24538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24538E is #DBAC71. Grayscale: #4B4B4B. Windows color (decimal): -14396530 or 9327396. OLE color: 9327396.

HSL color Cylindrical-coordinate representation of color #24538E: hue angle of 213.4º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24538E is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3683142-
CMYK0.750.4200.44
HSL213.4º59.55%34.9%-
HSV(B)213.4º74.65%55.69%-
XYZ8.78.5126.78-
YUV75.67165.4399.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=13.79%
G=31.80%
B=54.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36831420.750.4200.44213.459.5534.9
Hex24538E4B2A02Cd53c23
Octal44123216113520543257443
Binary1001001010011100011101001011101010010110011010101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24538E; }

 p { color: rgb(36,83,142); }

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

<style>
 a { background-color: #24538E; }

 a { background-color: rgb(36,83,142); }

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

<style>
 span { border-color: #24538E; }

 span { border-color: rgb(36,83,142); }

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