Shades of Atoll #33797D
Tints of Atoll #33797D
RGB
CMYK
RGB Variations
Color information
#33797D (or 0x33797D) is known color: Atoll. HEX triplet: 33, 79 and 7D. RGB value is (51,121,125). Sum of RGB (Red+Green+Blue) = 51+121+125=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #33797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33797D is #CC8682. Grayscale: #646464. Windows color (decimal): -13403779 or 8223027. OLE color: 8223027.
HSL color Cylindrical-coordinate representation of color #33797D: hue angle of 183.24º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33797D is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 121 | 125 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.51 |
| HSL | 183.24º | 0.42% | 0.35% | - |
| HSV(B) | 183.24º | 0.59% | 0.49% | - |
| XYZ | 11.9 | 15.86 | 21.84 | - |
| YUV | 100.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 125 | 0.59 | 0.03 | 0 | 0.51 | 183.24 | 0.42 | 0.35 |
| Hex | 33 | 79 | 7D | 3B | 3 | 0 | 33 | B7 | 2A | 23 |
| Octal | 63 | 171 | 175 | 73 | 3 | 0 | 63 | 267 | 52 | 43 |
| Binary | 110011 | 1111001 | 1111101 | 111011 | 11 | 0 | 110011 | 10110111 | 101010 | 100011 |
Color Harmonies of #33797D
Complementary color
Monochromatic Colors of #33797D
Black with #33797D
Text Example
Text Example
White with #33797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33797D; }
p { color: rgb(51,121,125); }
H1.HeaderClassName
{
color: #33797D;
}
.AnyTagClassName
{
color: #33797D;
}
</style>
background-color css
<style>
a { background-color: #33797D; }
a { background-color: rgb(51,121,125); }
div.DivClassName
{
background-color: #33797D;
}
.BgClassName
{
background-color: #33797D;
}
</style>
border-color css
<style>
span { border-color: #33797D; }
span { border-color: rgb(51,121,125); }
td.TdClassName
{
border-color: #33797D;
}
.TagClassName
{
border-color: #33797D;
}
</style>