Shades of Atoll #218283
Tints of Atoll #218283
RGB
CMYK
RGB Variations
Color information
#218283 (or 0x218283) is known color: Atoll. HEX triplet: 21, 82 and 83. RGB value is (33,130,131). Sum of RGB (Red+Green+Blue) = 33+130+131=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #218283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218283 is #DE7D7C. Grayscale: #656565. Windows color (decimal): -14581117 or 8618529. OLE color: 8618529.
HSL color Cylindrical-coordinate representation of color #218283: hue angle of 180.61º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218283 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 131 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.49 |
| HSL | 180.61º | 0.6% | 0.32% | - |
| HSV(B) | 180.61º | 0.75% | 0.51% | - |
| XYZ | 12.71 | 17.93 | 24.26 | - |
| YUV | 101.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 131 | 0.75 | 0.01 | 0 | 0.49 | 180.61 | 0.6 | 0.32 |
| Hex | 21 | 82 | 83 | 4B | 1 | 0 | 31 | B5 | 3C | 20 |
| Octal | 41 | 202 | 203 | 113 | 1 | 0 | 61 | 265 | 74 | 40 |
| Binary | 100001 | 10000010 | 10000011 | 1001011 | 1 | 0 | 110001 | 10110101 | 111100 | 100000 |
Color Harmonies of #218283
Complementary color
Monochromatic Colors of #218283
Black with #218283
Text Example
Text Example
White with #218283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218283; }
p { color: rgb(33,130,131); }
H1.HeaderClassName
{
color: #218283;
}
.AnyTagClassName
{
color: #218283;
}
</style>
background-color css
<style>
a { background-color: #218283; }
a { background-color: rgb(33,130,131); }
div.DivClassName
{
background-color: #218283;
}
.BgClassName
{
background-color: #218283;
}
</style>
border-color css
<style>
span { border-color: #218283; }
span { border-color: rgb(33,130,131); }
td.TdClassName
{
border-color: #218283;
}
.TagClassName
{
border-color: #218283;
}
</style>