#24838D

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

Shades of Atoll #24838D

Tints of Atoll #24838D

Color information

#24838D (or 0x24838D) is unknown color: approx Atoll. HEX triplet: 24, 83 and 8D. RGB value is (36,131,141). Sum of RGB (Red+Green+Blue) = 36+131+141=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #24838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24838D is #DB7C72. Grayscale: #676767. Windows color (decimal): -14384243 or 9274148. OLE color: 9274148.

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

Color convert

RGB36131141-
CMYK0.740.0700.45
HSL185.71º59.32%34.71%-
HSV(B)185.71º74.47%55.29%-
XYZ13.6518.5328.06-
YUV103.73149.0379.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.69%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=11.69%
G=42.53%
B=45.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361311410.740.0700.45185.7159.3234.71
Hex24838D4A702Dba3b23
Octal4420321511270552727343
Binary10010010000011100011011001010111010110110111010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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