#24808D

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

Shades of Atoll #24808D

Tints of Atoll #24808D

Color information

#24808D (or 0x24808D) is unknown color: approx Atoll. HEX triplet: 24, 80 and 8D. RGB value is (36,128,141). Sum of RGB (Red+Green+Blue) = 36+128+141=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #24808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24808D is #DB7F72. Grayscale: #656565. Windows color (decimal): -14385011 or 9273380. OLE color: 9273380.

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

Color convert

RGB36128141-
CMYK0.740.0900.45
HSL187.43º59.32%34.71%-
HSV(B)187.43º74.47%55.29%-
XYZ13.2517.7427.92-
YUV101.97150.0280.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.80%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=11.80%
G=41.97%
B=46.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361281410.740.0900.45187.4359.3234.71
Hex24808D4A902Dbb3b23
Octal44200215112110552737343
Binary100100100000001000110110010101001010110110111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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