#24618D

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

Shades of Endeavour #24618D

Tints of Endeavour #24618D

Color information

#24618D (or 0x24618D) is unknown color: approx Endeavour. HEX triplet: 24, 61 and 8D. RGB value is (36,97,141). Sum of RGB (Red+Green+Blue) = 36+97+141=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #24618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24618D is #DB9E72. Grayscale: #535353. Windows color (decimal): -14392947 or 9265444. OLE color: 9265444.

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

Color convert

RGB3697141-
CMYK0.740.3100.45
HSL205.14º59.32%34.71%-
HSV(B)205.14º74.47%55.29%-
XYZ9.8110.8526.78-
YUV83.78160.2993.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.14%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 141 (55.47% from 255) = 51.46%
R=13.14%
G=35.40%
B=51.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36971410.740.3100.45205.1459.3234.71
Hex24618D4A1F02Dcd3b23
Octal44141215112370553157343
Binary100100110000110001101100101011111010110111001101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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