Shades of Atoll #31787E
Tints of Atoll #31787E
RGB
CMYK
RGB Variations
Color information
#31787E (or 0x31787E) is known color: Atoll. HEX triplet: 31, 78 and 7E. RGB value is (49,120,126). Sum of RGB (Red+Green+Blue) = 49+120+126=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #31787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31787E is #CE8781. Grayscale: #636363. Windows color (decimal): -13535106 or 8288305. OLE color: 8288305.
HSL color Cylindrical-coordinate representation of color #31787E: hue angle of 184.68º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31787E is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 120 | 126 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.51 |
| HSL | 184.68º | 0.44% | 0.34% | - |
| HSV(B) | 184.68º | 0.61% | 0.49% | - |
| XYZ | 11.75 | 15.59 | 22.13 | - |
| YUV | 99.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 126 | 0.61 | 0.05 | 0 | 0.51 | 184.68 | 0.44 | 0.34 |
| Hex | 31 | 78 | 7E | 3D | 5 | 0 | 33 | B9 | 2C | 22 |
| Octal | 61 | 170 | 176 | 75 | 5 | 0 | 63 | 271 | 54 | 42 |
| Binary | 110001 | 1111000 | 1111110 | 111101 | 101 | 0 | 110011 | 10111001 | 101100 | 100010 |
Color Harmonies of #31787E
Complementary color
Monochromatic Colors of #31787E
Black with #31787E
Text Example
Text Example
White with #31787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31787E; }
p { color: rgb(49,120,126); }
H1.HeaderClassName
{
color: #31787E;
}
.AnyTagClassName
{
color: #31787E;
}
</style>
background-color css
<style>
a { background-color: #31787E; }
a { background-color: rgb(49,120,126); }
div.DivClassName
{
background-color: #31787E;
}
.BgClassName
{
background-color: #31787E;
}
</style>
border-color css
<style>
span { border-color: #31787E; }
span { border-color: rgb(49,120,126); }
td.TdClassName
{
border-color: #31787E;
}
.TagClassName
{
border-color: #31787E;
}
</style>