#24568E

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

Shades of Endeavour #24568E

Tints of Endeavour #24568E

Color information

#24568E (or 0x24568E) is unknown color: approx Endeavour. HEX triplet: 24, 56 and 8E. RGB value is (36,86,142). Sum of RGB (Red+Green+Blue) = 36+86+142=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #24568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24568E is #DBA971. Grayscale: #4D4D4D. Windows color (decimal): -14395762 or 9328164. OLE color: 9328164.

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

Color convert

RGB3686142-
CMYK0.750.3900.44
HSL211.7º59.55%34.9%-
HSV(B)211.7º74.65%55.69%-
XYZ8.948.9826.85-
YUV77.43164.4498.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=13.64%
G=32.58%
B=53.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36861420.750.3900.44211.759.5534.9
Hex24568E4B2702Cd43c23
Octal44126216113470543247443
Binary1001001010110100011101001011100111010110011010100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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