#24688D

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

Shades of Endeavour #24688D

Tints of Endeavour #24688D

Color information

#24688D (or 0x24688D) is unknown color: approx Endeavour. HEX triplet: 24, 68 and 8D. RGB value is (36,104,141). Sum of RGB (Red+Green+Blue) = 36+104+141=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #24688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24688D is #DB9772. Grayscale: #575757. Windows color (decimal): -14391155 or 9267236. OLE color: 9267236.

HSL color Cylindrical-coordinate representation of color #24688D: hue angle of 201.14º 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 #24688D is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB36104141-
CMYK0.740.2600.45
HSL201.14º59.32%34.71%-
HSV(B)201.14º74.47%55.29%-
XYZ10.4912.227-
YUV87.89157.9790.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.81%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=12.81%
G=37.01%
B=50.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361041410.740.2600.45201.1459.3234.71
Hex24688D4A1A02Dc93b23
Octal44150215112320553117343
Binary100100110100010001101100101011010010110111001001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24688D; }

 p { color: rgb(36,104,141); }

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

<style>
 a { background-color: #24688D; }

 a { background-color: rgb(36,104,141); }

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

<style>
 span { border-color: #24688D; }

 span { border-color: rgb(36,104,141); }

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