Shades of Atoll #337D84
Tints of Atoll #337D84
RGB
CMYK
RGB Variations
Color information
#337D84 (or 0x337D84) is known color: Atoll. HEX triplet: 33, 7D and 84. RGB value is (51,125,132). Sum of RGB (Red+Green+Blue) = 51+125+132=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #337D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D84 is #CC827B. Grayscale: #676767. Windows color (decimal): -13402748 or 8682803. OLE color: 8682803.
HSL color Cylindrical-coordinate representation of color #337D84: hue angle of 185.19º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337D84 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 125 | 132 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.48 |
| HSL | 185.19º | 0.44% | 0.36% | - |
| HSV(B) | 185.19º | 0.61% | 0.52% | - |
| XYZ | 12.86 | 17.04 | 24.44 | - |
| YUV | 103.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 132 | 0.61 | 0.05 | 0 | 0.48 | 185.19 | 0.44 | 0.36 |
| Hex | 33 | 7D | 84 | 3D | 5 | 0 | 30 | B9 | 2C | 24 |
| Octal | 63 | 175 | 204 | 75 | 5 | 0 | 60 | 271 | 54 | 44 |
| Binary | 110011 | 1111101 | 10000100 | 111101 | 101 | 0 | 110000 | 10111001 | 101100 | 100100 |
Color Harmonies of #337D84
Complementary color
Monochromatic Colors of #337D84
Black with #337D84
Text Example
Text Example
White with #337D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D84; }
p { color: rgb(51,125,132); }
H1.HeaderClassName
{
color: #337D84;
}
.AnyTagClassName
{
color: #337D84;
}
</style>
background-color css
<style>
a { background-color: #337D84; }
a { background-color: rgb(51,125,132); }
div.DivClassName
{
background-color: #337D84;
}
.BgClassName
{
background-color: #337D84;
}
</style>
border-color css
<style>
span { border-color: #337D84; }
span { border-color: rgb(51,125,132); }
td.TdClassName
{
border-color: #337D84;
}
.TagClassName
{
border-color: #337D84;
}
</style>