Shades of Atoll #336F77
Tints of Atoll #336F77
RGB
CMYK
RGB Variations
Color information
#336F77 (or 0x336F77) is known color: Atoll. HEX triplet: 33, 6F and 77. RGB value is (51,111,119). Sum of RGB (Red+Green+Blue) = 51+111+119=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #336F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F77 is #CC9088. Grayscale: #5D5D5D. Windows color (decimal): -13406345 or 7827251. OLE color: 7827251.
HSL color Cylindrical-coordinate representation of color #336F77: hue angle of 187.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336F77 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 111 | 119 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.53 |
| HSL | 187.06º | 0.4% | 0.33% | - |
| HSV(B) | 187.06º | 0.57% | 0.47% | - |
| XYZ | 10.38 | 13.4 | 19.49 | - |
| YUV | 93.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 119 | 0.57 | 0.07 | 0 | 0.53 | 187.06 | 0.4 | 0.33 |
| Hex | 33 | 6F | 77 | 39 | 7 | 0 | 35 | BB | 28 | 21 |
| Octal | 63 | 157 | 167 | 71 | 7 | 0 | 65 | 273 | 50 | 41 |
| Binary | 110011 | 1101111 | 1110111 | 111001 | 111 | 0 | 110101 | 10111011 | 101000 | 100001 |
Color Harmonies of #336F77
Complementary color
Monochromatic Colors of #336F77
Black with #336F77
Text Example
Text Example
White with #336F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F77; }
p { color: rgb(51,111,119); }
H1.HeaderClassName
{
color: #336F77;
}
.AnyTagClassName
{
color: #336F77;
}
</style>
background-color css
<style>
a { background-color: #336F77; }
a { background-color: rgb(51,111,119); }
div.DivClassName
{
background-color: #336F77;
}
.BgClassName
{
background-color: #336F77;
}
</style>
border-color css
<style>
span { border-color: #336F77; }
span { border-color: rgb(51,111,119); }
td.TdClassName
{
border-color: #336F77;
}
.TagClassName
{
border-color: #336F77;
}
</style>