#24668C

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

Shades of Endeavour #24668C

Tints of Endeavour #24668C

Color information

#24668C (or 0x24668C) is unknown color: approx Endeavour. HEX triplet: 24, 66 and 8C. RGB value is (36,102,140). Sum of RGB (Red+Green+Blue) = 36+102+140=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #24668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24668C is #DB9973. Grayscale: #565656. Windows color (decimal): -14391668 or 9201188. OLE color: 9201188.

HSL color Cylindrical-coordinate representation of color #24668C: hue angle of 201.92º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24668C is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB36102140-
CMYK0.740.2700.45
HSL201.92º59.09%34.51%-
HSV(B)201.92º74.29%54.9%-
XYZ10.2111.7726.54-
YUV86.6158.1391.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 140 (55.08% from 255) = 50.36%
R=12.95%
G=36.69%
B=50.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361021400.740.2700.45201.9259.0934.51
Hex24668C4A1B02Dca3b23
Octal44146214112330553127343
Binary100100110011010001100100101011011010110111001010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24668C; }

 p { color: rgb(36,102,140); }

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

<style>
 a { background-color: #24668C; }

 a { background-color: rgb(36,102,140); }

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

<style>
 span { border-color: #24668C; }

 span { border-color: rgb(36,102,140); }

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