#24848B

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

Shades of Atoll #24848B

Tints of Atoll #24848B

Color information

#24848B (or 0x24848B) is unknown color: approx Atoll. HEX triplet: 24, 84 and 8B. RGB value is (36,132,139). Sum of RGB (Red+Green+Blue) = 36+132+139=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #24848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24848B is #DB7B74. Grayscale: #676767. Windows color (decimal): -14383989 or 9143332. OLE color: 9143332.

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

Color convert

RGB36132139-
CMYK0.740.0500.45
HSL184.08º58.86%34.31%-
HSV(B)184.08º74.1%54.51%-
XYZ13.6418.7427.32-
YUV104.09147.779.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.73%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=11.73%
G=43.00%
B=45.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361321390.740.0500.45184.0858.8634.31
Hex24848B4A502Db83b22
Octal4420421311250552707342
Binary10010010000100100010111001010101010110110111000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24848B; }

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

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

<style>
 a { background-color: #24848B; }

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

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

<style>
 span { border-color: #24848B; }

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

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