Shades of Atoll #21838B
Tints of Atoll #21838B
RGB
CMYK
RGB Variations
Color information
#21838B (or 0x21838B) is known color: Atoll. HEX triplet: 21, 83 and 8B. RGB value is (33,131,139). Sum of RGB (Red+Green+Blue) = 33+131+139=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #21838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21838B is #DE7C74. Grayscale: #666666. Windows color (decimal): -14580853 or 9143073. OLE color: 9143073.
HSL color Cylindrical-coordinate representation of color #21838B: hue angle of 184.53º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21838B is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 131 | 139 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.45 |
| HSL | 184.53º | 0.62% | 0.34% | - |
| HSV(B) | 184.53º | 0.76% | 0.55% | - |
| XYZ | 13.4 | 18.42 | 27.28 | - |
| YUV | 102.61 | 148.53 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 139 | 0.76 | 0.06 | 0 | 0.45 | 184.53 | 0.62 | 0.34 |
| Hex | 21 | 83 | 8B | 4C | 6 | 0 | 2D | B9 | 3E | 22 |
| Octal | 41 | 203 | 213 | 114 | 6 | 0 | 55 | 271 | 76 | 42 |
| Binary | 100001 | 10000011 | 10001011 | 1001100 | 110 | 0 | 101101 | 10111001 | 111110 | 100010 |
Color Harmonies of #21838B
Complementary color
Monochromatic Colors of #21838B
Black with #21838B
Text Example
Text Example
White with #21838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21838B; }
p { color: rgb(33,131,139); }
H1.HeaderClassName
{
color: #21838B;
}
.AnyTagClassName
{
color: #21838B;
}
</style>
background-color css
<style>
a { background-color: #21838B; }
a { background-color: rgb(33,131,139); }
div.DivClassName
{
background-color: #21838B;
}
.BgClassName
{
background-color: #21838B;
}
</style>
border-color css
<style>
span { border-color: #21838B; }
span { border-color: rgb(33,131,139); }
td.TdClassName
{
border-color: #21838B;
}
.TagClassName
{
border-color: #21838B;
}
</style>