#24658D

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

Shades of Endeavour #24658D

Tints of Endeavour #24658D

Color information

#24658D (or 0x24658D) is unknown color: approx Endeavour. HEX triplet: 24, 65 and 8D. RGB value is (36,101,141). Sum of RGB (Red+Green+Blue) = 36+101+141=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #24658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24658D is #DB9A72. Grayscale: #555555. Windows color (decimal): -14391923 or 9266468. OLE color: 9266468.

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

Color convert

RGB36101141-
CMYK0.740.2800.45
HSL202.86º59.32%34.71%-
HSV(B)202.86º74.47%55.29%-
XYZ10.1911.6126.9-
YUV86.12158.9792.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=12.95%
G=36.33%
B=50.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361011410.740.2800.45202.8659.3234.71
Hex24658D4A1C02Dcb3b23
Octal44145215112340553137343
Binary100100110010110001101100101011100010110111001011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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