Shades of Atoll #32818B
Tints of Atoll #32818B
RGB
CMYK
RGB Variations
Color information
#32818B (or 0x32818B) is known color: Atoll. HEX triplet: 32, 81 and 8B. RGB value is (50,129,139). Sum of RGB (Red+Green+Blue) = 50+129+139=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #32818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32818B is #CD7E74. Grayscale: #6A6A6A. Windows color (decimal): -13467253 or 9142578. OLE color: 9142578.
HSL color Cylindrical-coordinate representation of color #32818B: hue angle of 186.74º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32818B is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 129 | 139 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.45 |
| HSL | 186.74º | 0.47% | 0.37% | - |
| HSV(B) | 186.74º | 0.64% | 0.55% | - |
| XYZ | 13.83 | 18.24 | 27.22 | - |
| YUV | 106.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 139 | 0.64 | 0.07 | 0 | 0.45 | 186.74 | 0.47 | 0.37 |
| Hex | 32 | 81 | 8B | 40 | 7 | 0 | 2D | BB | 2F | 25 |
| Octal | 62 | 201 | 213 | 100 | 7 | 0 | 55 | 273 | 57 | 45 |
| Binary | 110010 | 10000001 | 10001011 | 1000000 | 111 | 0 | 101101 | 10111011 | 101111 | 100101 |
Color Harmonies of #32818B
Complementary color
Monochromatic Colors of #32818B
Black with #32818B
Text Example
Text Example
White with #32818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32818B; }
p { color: rgb(50,129,139); }
H1.HeaderClassName
{
color: #32818B;
}
.AnyTagClassName
{
color: #32818B;
}
</style>
background-color css
<style>
a { background-color: #32818B; }
a { background-color: rgb(50,129,139); }
div.DivClassName
{
background-color: #32818B;
}
.BgClassName
{
background-color: #32818B;
}
</style>
border-color css
<style>
span { border-color: #32818B; }
span { border-color: rgb(50,129,139); }
td.TdClassName
{
border-color: #32818B;
}
.TagClassName
{
border-color: #32818B;
}
</style>