#24588F

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

Shades of Endeavour #24588F

Tints of Endeavour #24588F

Color information

#24588F (or 0x24588F) is unknown color: approx Endeavour. HEX triplet: 24, 58 and 8F. RGB value is (36,88,143). Sum of RGB (Red+Green+Blue) = 36+88+143=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #24588F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24588F is #DBA770. Grayscale: #4E4E4E. Windows color (decimal): -14395249 or 9394212. OLE color: 9394212.

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

Color convert

RGB3688143-
CMYK0.750.3800.44
HSL210.84º59.78%35.1%-
HSV(B)210.84º74.83%56.08%-
XYZ9.189.3427.31-
YUV78.72164.2797.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.48%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 143 (56.25% from 255) = 53.56%
R=13.48%
G=32.96%
B=53.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36881430.750.3800.44210.8459.7835.1
Hex24588F4B2602Cd33c23
Octal44130217113460543237443
Binary1001001011000100011111001011100110010110011010011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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