Shades of Atoll #337777
Tints of Atoll #337777
RGB
CMYK
RGB Variations
Color information
#337777 (or 0x337777) is known color: Atoll. HEX triplet: 33, 77 and 77. RGB value is (51,119,119). Sum of RGB (Red+Green+Blue) = 51+119+119=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #337777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337777 is #CC8888. Grayscale: #626262. Windows color (decimal): -13404297 or 7829299. OLE color: 7829299.
HSL color Cylindrical-coordinate representation of color #337777: hue angle of 180º 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 #337777 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 119 | 119 | - |
| CMYK | 0.57 | 0 | 0 | 0.53 |
| HSL | 180º | 0.4% | 0.33% | - |
| HSV(B) | 180º | 0.57% | 0.47% | - |
| XYZ | 11.29 | 15.23 | 19.8 | - |
| YUV | 98.67 | 139.47 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 119 | 0.57 | 0 | 0 | 0.53 | 180 | 0.4 | 0.33 |
| Hex | 33 | 77 | 77 | 39 | 0 | 0 | 35 | B4 | 28 | 21 |
| Octal | 63 | 167 | 167 | 71 | 0 | 0 | 65 | 264 | 50 | 41 |
| Binary | 110011 | 1110111 | 1110111 | 111001 | 0 | 0 | 110101 | 10110100 | 101000 | 100001 |
Color Harmonies of #337777
Complementary color
Monochromatic Colors of #337777
Black with #337777
Text Example
Text Example
White with #337777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337777; }
p { color: rgb(51,119,119); }
H1.HeaderClassName
{
color: #337777;
}
.AnyTagClassName
{
color: #337777;
}
</style>
background-color css
<style>
a { background-color: #337777; }
a { background-color: rgb(51,119,119); }
div.DivClassName
{
background-color: #337777;
}
.BgClassName
{
background-color: #337777;
}
</style>
border-color css
<style>
span { border-color: #337777; }
span { border-color: rgb(51,119,119); }
td.TdClassName
{
border-color: #337777;
}
.TagClassName
{
border-color: #337777;
}
</style>