Shades of Atoll #35777F
Tints of Atoll #35777F
RGB
CMYK
RGB Variations
Color information
#35777F (or 0x35777F) is known color: Atoll. HEX triplet: 35, 77 and 7F. RGB value is (53,119,127). Sum of RGB (Red+Green+Blue) = 53+119+127=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #35777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35777F is #CA8880. Grayscale: #646464. Windows color (decimal): -13273217 or 8353589. OLE color: 8353589.
HSL color Cylindrical-coordinate representation of color #35777F: hue angle of 186.49º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35777F is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 119 | 127 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.50 |
| HSL | 186.49º | 0.41% | 0.35% | - |
| HSV(B) | 186.49º | 0.58% | 0.5% | - |
| XYZ | 11.9 | 15.48 | 22.44 | - |
| YUV | 100.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 119 | 127 | 0.58 | 0.06 | 0 | 0.50 | 186.49 | 0.41 | 0.35 |
| Hex | 35 | 77 | 7F | 3A | 6 | 0 | 32 | BA | 29 | 23 |
| Octal | 65 | 167 | 177 | 72 | 6 | 0 | 62 | 272 | 51 | 43 |
| Binary | 110101 | 1110111 | 1111111 | 111010 | 110 | 0 | 110010 | 10111010 | 101001 | 100011 |
Color Harmonies of #35777F
Complementary color
Monochromatic Colors of #35777F
Black with #35777F
Text Example
Text Example
White with #35777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35777F; }
p { color: rgb(53,119,127); }
H1.HeaderClassName
{
color: #35777F;
}
.AnyTagClassName
{
color: #35777F;
}
</style>
background-color css
<style>
a { background-color: #35777F; }
a { background-color: rgb(53,119,127); }
div.DivClassName
{
background-color: #35777F;
}
.BgClassName
{
background-color: #35777F;
}
</style>
border-color css
<style>
span { border-color: #35777F; }
span { border-color: rgb(53,119,127); }
td.TdClassName
{
border-color: #35777F;
}
.TagClassName
{
border-color: #35777F;
}
</style>