Shades of Atoll #31717A
Tints of Atoll #31717A
RGB
CMYK
RGB Variations
Color information
#31717A (or 0x31717A) is known color: Atoll. HEX triplet: 31, 71 and 7A. RGB value is (49,113,122). Sum of RGB (Red+Green+Blue) = 49+113+122=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #31717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31717A is #CE8E85. Grayscale: #5E5E5E. Windows color (decimal): -13536902 or 8024369. OLE color: 8024369.
HSL color Cylindrical-coordinate representation of color #31717A: hue angle of 187.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31717A is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 113 | 122 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.52 |
| HSL | 187.4º | 0.43% | 0.34% | - |
| HSV(B) | 187.4º | 0.6% | 0.48% | - |
| XYZ | 10.68 | 13.87 | 20.53 | - |
| YUV | 94.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 122 | 0.60 | 0.07 | 0 | 0.52 | 187.4 | 0.43 | 0.34 |
| Hex | 31 | 71 | 7A | 3C | 7 | 0 | 34 | BB | 2B | 22 |
| Octal | 61 | 161 | 172 | 74 | 7 | 0 | 64 | 273 | 53 | 42 |
| Binary | 110001 | 1110001 | 1111010 | 111100 | 111 | 0 | 110100 | 10111011 | 101011 | 100010 |
Color Harmonies of #31717A
Complementary color
Monochromatic Colors of #31717A
Black with #31717A
Text Example
Text Example
White with #31717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31717A; }
p { color: rgb(49,113,122); }
H1.HeaderClassName
{
color: #31717A;
}
.AnyTagClassName
{
color: #31717A;
}
</style>
background-color css
<style>
a { background-color: #31717A; }
a { background-color: rgb(49,113,122); }
div.DivClassName
{
background-color: #31717A;
}
.BgClassName
{
background-color: #31717A;
}
</style>
border-color css
<style>
span { border-color: #31717A; }
span { border-color: rgb(49,113,122); }
td.TdClassName
{
border-color: #31717A;
}
.TagClassName
{
border-color: #31717A;
}
</style>