Shades of Atoll #337D81
Tints of Atoll #337D81
RGB
CMYK
RGB Variations
Color information
#337D81 (or 0x337D81) is known color: Atoll. HEX triplet: 33, 7D and 81. RGB value is (51,125,129). Sum of RGB (Red+Green+Blue) = 51+125+129=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #337D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D81 is #CC827E. Grayscale: #676767. Windows color (decimal): -13402751 or 8486195. OLE color: 8486195.
HSL color Cylindrical-coordinate representation of color #337D81: hue angle of 183.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337D81 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 125 | 129 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.49 |
| HSL | 183.08º | 0.43% | 0.35% | - |
| HSV(B) | 183.08º | 0.6% | 0.51% | - |
| XYZ | 12.66 | 16.96 | 23.37 | - |
| YUV | 103.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 129 | 0.60 | 0.03 | 0 | 0.49 | 183.08 | 0.43 | 0.35 |
| Hex | 33 | 7D | 81 | 3C | 3 | 0 | 31 | B7 | 2B | 23 |
| Octal | 63 | 175 | 201 | 74 | 3 | 0 | 61 | 267 | 53 | 43 |
| Binary | 110011 | 1111101 | 10000001 | 111100 | 11 | 0 | 110001 | 10110111 | 101011 | 100011 |
Color Harmonies of #337D81
Complementary color
Monochromatic Colors of #337D81
Black with #337D81
Text Example
Text Example
White with #337D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D81; }
p { color: rgb(51,125,129); }
H1.HeaderClassName
{
color: #337D81;
}
.AnyTagClassName
{
color: #337D81;
}
</style>
background-color css
<style>
a { background-color: #337D81; }
a { background-color: rgb(51,125,129); }
div.DivClassName
{
background-color: #337D81;
}
.BgClassName
{
background-color: #337D81;
}
</style>
border-color css
<style>
span { border-color: #337D81; }
span { border-color: rgb(51,125,129); }
td.TdClassName
{
border-color: #337D81;
}
.TagClassName
{
border-color: #337D81;
}
</style>