#24838b

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

Shades of Atoll #24838B

Tints of Atoll #24838B

Color information

#24838B (or 0x24838B) is unknown color: approx Atoll. HEX triplet: 24, 83 and 8B. RGB value is (36,131,139). Sum of RGB (Red+Green+Blue) = 36+131+139=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #24838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24838B is #DB7C74. Grayscale: #676767. Windows color (decimal): -14384245 or 9143076. OLE color: 9143076.

HSL color Cylindrical-coordinate representation of color #24838B: hue angle of 184.66º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24838B is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB36131139-
CMYK0.740.0600.45
HSL184.66º58.86%34.31%-
HSV(B)184.66º74.1%54.51%-
XYZ13.518.4727.28-
YUV103.51148.0379.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.76%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=11.76%
G=42.81%
B=45.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361311390.740.0600.45184.6658.8634.31
Hex24838B4A602Db93b22
Octal4420321311260552717342
Binary10010010000011100010111001010110010110110111001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24838b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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