Shades of Atoll #33797B
Tints of Atoll #33797B
RGB
CMYK
RGB Variations
Color information
#33797B (or 0x33797B) is known color: Atoll. HEX triplet: 33, 79 and 7B. RGB value is (51,121,123). Sum of RGB (Red+Green+Blue) = 51+121+123=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #33797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33797B is #CC8684. Grayscale: #646464. Windows color (decimal): -13403781 or 8091955. OLE color: 8091955.
HSL color Cylindrical-coordinate representation of color #33797B: hue angle of 181.67º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33797B is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 121 | 123 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.52 |
| HSL | 181.67º | 0.41% | 0.34% | - |
| HSV(B) | 181.67º | 0.59% | 0.48% | - |
| XYZ | 11.78 | 15.81 | 21.17 | - |
| YUV | 100.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 123 | 0.59 | 0.02 | 0 | 0.52 | 181.67 | 0.41 | 0.34 |
| Hex | 33 | 79 | 7B | 3B | 2 | 0 | 34 | B6 | 29 | 22 |
| Octal | 63 | 171 | 173 | 73 | 2 | 0 | 64 | 266 | 51 | 42 |
| Binary | 110011 | 1111001 | 1111011 | 111011 | 10 | 0 | 110100 | 10110110 | 101001 | 100010 |
Color Harmonies of #33797B
Complementary color
Monochromatic Colors of #33797B
Black with #33797B
Text Example
Text Example
White with #33797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33797B; }
p { color: rgb(51,121,123); }
H1.HeaderClassName
{
color: #33797B;
}
.AnyTagClassName
{
color: #33797B;
}
</style>
background-color css
<style>
a { background-color: #33797B; }
a { background-color: rgb(51,121,123); }
div.DivClassName
{
background-color: #33797B;
}
.BgClassName
{
background-color: #33797B;
}
</style>
border-color css
<style>
span { border-color: #33797B; }
span { border-color: rgb(51,121,123); }
td.TdClassName
{
border-color: #33797B;
}
.TagClassName
{
border-color: #33797B;
}
</style>