Shades of Atoll #35757E
Tints of Atoll #35757E
RGB
CMYK
RGB Variations
Color information
#35757E (or 0x35757E) is known color: Atoll. HEX triplet: 35, 75 and 7E. RGB value is (53,117,126). Sum of RGB (Red+Green+Blue) = 53+117+126=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #35757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35757E is #CA8A81. Grayscale: #626262. Windows color (decimal): -13273730 or 8287541. OLE color: 8287541.
HSL color Cylindrical-coordinate representation of color #35757E: hue angle of 187.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35757E is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 117 | 126 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.51 |
| HSL | 187.4º | 0.41% | 0.35% | - |
| HSV(B) | 187.4º | 0.58% | 0.49% | - |
| XYZ | 11.6 | 14.99 | 22.02 | - |
| YUV | 98.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 126 | 0.58 | 0.07 | 0 | 0.51 | 187.4 | 0.41 | 0.35 |
| Hex | 35 | 75 | 7E | 3A | 7 | 0 | 33 | BB | 29 | 23 |
| Octal | 65 | 165 | 176 | 72 | 7 | 0 | 63 | 273 | 51 | 43 |
| Binary | 110101 | 1110101 | 1111110 | 111010 | 111 | 0 | 110011 | 10111011 | 101001 | 100011 |
Color Harmonies of #35757E
Complementary color
Monochromatic Colors of #35757E
Black with #35757E
Text Example
Text Example
White with #35757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35757E; }
p { color: rgb(53,117,126); }
H1.HeaderClassName
{
color: #35757E;
}
.AnyTagClassName
{
color: #35757E;
}
</style>
background-color css
<style>
a { background-color: #35757E; }
a { background-color: rgb(53,117,126); }
div.DivClassName
{
background-color: #35757E;
}
.BgClassName
{
background-color: #35757E;
}
</style>
border-color css
<style>
span { border-color: #35757E; }
span { border-color: rgb(53,117,126); }
td.TdClassName
{
border-color: #35757E;
}
.TagClassName
{
border-color: #35757E;
}
</style>