Shades of Atoll #337C84
Tints of Atoll #337C84
RGB
CMYK
RGB Variations
Color information
#337C84 (or 0x337C84) is known color: Atoll. HEX triplet: 33, 7C and 84. RGB value is (51,124,132). Sum of RGB (Red+Green+Blue) = 51+124+132=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #337C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C84 is #CC837B. Grayscale: #666666. Windows color (decimal): -13403004 or 8682547. OLE color: 8682547.
HSL color Cylindrical-coordinate representation of color #337C84: hue angle of 185.93º 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 #337C84 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 124 | 132 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.48 |
| HSL | 185.93º | 0.44% | 0.36% | - |
| HSV(B) | 185.93º | 0.61% | 0.52% | - |
| XYZ | 12.74 | 16.79 | 24.4 | - |
| YUV | 103.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 132 | 0.61 | 0.06 | 0 | 0.48 | 185.93 | 0.44 | 0.36 |
| Hex | 33 | 7C | 84 | 3D | 6 | 0 | 30 | BA | 2C | 24 |
| Octal | 63 | 174 | 204 | 75 | 6 | 0 | 60 | 272 | 54 | 44 |
| Binary | 110011 | 1111100 | 10000100 | 111101 | 110 | 0 | 110000 | 10111010 | 101100 | 100100 |
Color Harmonies of #337C84
Complementary color
Monochromatic Colors of #337C84
Black with #337C84
Text Example
Text Example
White with #337C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337C84; }
p { color: rgb(51,124,132); }
H1.HeaderClassName
{
color: #337C84;
}
.AnyTagClassName
{
color: #337C84;
}
</style>
background-color css
<style>
a { background-color: #337C84; }
a { background-color: rgb(51,124,132); }
div.DivClassName
{
background-color: #337C84;
}
.BgClassName
{
background-color: #337C84;
}
</style>
border-color css
<style>
span { border-color: #337C84; }
span { border-color: rgb(51,124,132); }
td.TdClassName
{
border-color: #337C84;
}
.TagClassName
{
border-color: #337C84;
}
</style>