#24528F

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

Shades of Endeavour #24528F

Tints of Endeavour #24528F

Color information

#24528F (or 0x24528F) is unknown color: approx Endeavour. HEX triplet: 24, 52 and 8F. RGB value is (36,82,143). Sum of RGB (Red+Green+Blue) = 36+82+143=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #24528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24528F is #DBAD70. Grayscale: #4A4A4A. Windows color (decimal): -14396785 or 9392676. OLE color: 9392676.

HSL color Cylindrical-coordinate representation of color #24528F: hue angle of 214.21º 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 #24528F is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3682143-
CMYK0.750.4300.44
HSL214.21º59.78%35.1%-
HSV(B)214.21º74.83%56.08%-
XYZ8.78.3927.15-
YUV75.2166.26100.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 143 (56.25% from 255) = 54.79%
R=13.79%
G=31.42%
B=54.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36821430.750.4300.44214.2159.7835.1
Hex24528F4B2B02Cd63c23
Octal44122217113530543267443
Binary1001001010010100011111001011101011010110011010110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24528F; }

 p { color: rgb(36,82,143); }

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

<style>
 a { background-color: #24528F; }

 a { background-color: rgb(36,82,143); }

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

<style>
 span { border-color: #24528F; }

 span { border-color: rgb(36,82,143); }

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