#24608F

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

Shades of Endeavour #24608F

Tints of Endeavour #24608F

Color information

#24608F (or 0x24608F) is unknown color: approx Endeavour. HEX triplet: 24, 60 and 8F. RGB value is (36,96,143). Sum of RGB (Red+Green+Blue) = 36+96+143=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #24608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24608F is #DB9F70. Grayscale: #535353. Windows color (decimal): -14393201 or 9396260. OLE color: 9396260.

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

Color convert

RGB3696143-
CMYK0.750.3300.44
HSL206.36º59.78%35.1%-
HSV(B)206.36º74.83%56.08%-
XYZ9.8710.7227.54-
YUV83.42161.6294.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 143 (56.25% from 255) = 52%
R=13.09%
G=34.91%
B=52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36961430.750.3300.44206.3659.7835.1
Hex24608F4B2102Cce3c23
Octal44140217113410543167443
Binary1001001100000100011111001011100001010110011001110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24608F; }

 p { color: rgb(36,96,143); }

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

<style>
 a { background-color: #24608F; }

 a { background-color: rgb(36,96,143); }

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

<style>
 span { border-color: #24608F; }

 span { border-color: rgb(36,96,143); }

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