Shades of Atoll #337A84
Tints of Atoll #337A84
RGB
CMYK
RGB Variations
Color information
#337A84 (or 0x337A84) is known color: Atoll. HEX triplet: 33, 7A and 84. RGB value is (51,122,132). Sum of RGB (Red+Green+Blue) = 51+122+132=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #337A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A84 is #CC857B. Grayscale: #656565. Windows color (decimal): -13403516 or 8682035. OLE color: 8682035.
HSL color Cylindrical-coordinate representation of color #337A84: hue angle of 187.41º 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 #337A84 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 122 | 132 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.48 |
| HSL | 187.41º | 0.44% | 0.36% | - |
| HSV(B) | 187.41º | 0.61% | 0.52% | - |
| XYZ | 12.49 | 16.29 | 24.32 | - |
| YUV | 101.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 132 | 0.61 | 0.08 | 0 | 0.48 | 187.41 | 0.44 | 0.36 |
| Hex | 33 | 7A | 84 | 3D | 8 | 0 | 30 | BB | 2C | 24 |
| Octal | 63 | 172 | 204 | 75 | 10 | 0 | 60 | 273 | 54 | 44 |
| Binary | 110011 | 1111010 | 10000100 | 111101 | 1000 | 0 | 110000 | 10111011 | 101100 | 100100 |
Color Harmonies of #337A84
Complementary color
Monochromatic Colors of #337A84
Black with #337A84
Text Example
Text Example
White with #337A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337A84; }
p { color: rgb(51,122,132); }
H1.HeaderClassName
{
color: #337A84;
}
.AnyTagClassName
{
color: #337A84;
}
</style>
background-color css
<style>
a { background-color: #337A84; }
a { background-color: rgb(51,122,132); }
div.DivClassName
{
background-color: #337A84;
}
.BgClassName
{
background-color: #337A84;
}
</style>
border-color css
<style>
span { border-color: #337A84; }
span { border-color: rgb(51,122,132); }
td.TdClassName
{
border-color: #337A84;
}
.TagClassName
{
border-color: #337A84;
}
</style>