Shades of Atoll #31737B
Tints of Atoll #31737B
RGB
CMYK
RGB Variations
Color information
#31737B (or 0x31737B) is known color: Atoll. HEX triplet: 31, 73 and 7B. RGB value is (49,115,123). Sum of RGB (Red+Green+Blue) = 49+115+123=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #31737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31737B is #CE8C84. Grayscale: #606060. Windows color (decimal): -13536389 or 8090417. OLE color: 8090417.
HSL color Cylindrical-coordinate representation of color #31737B: hue angle of 186.49º 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 #31737B is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 115 | 123 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.52 |
| HSL | 186.49º | 0.43% | 0.34% | - |
| HSV(B) | 186.49º | 0.6% | 0.48% | - |
| XYZ | 10.97 | 14.34 | 20.93 | - |
| YUV | 96.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 123 | 0.60 | 0.07 | 0 | 0.52 | 186.49 | 0.43 | 0.34 |
| Hex | 31 | 73 | 7B | 3C | 7 | 0 | 34 | BA | 2B | 22 |
| Octal | 61 | 163 | 173 | 74 | 7 | 0 | 64 | 272 | 53 | 42 |
| Binary | 110001 | 1110011 | 1111011 | 111100 | 111 | 0 | 110100 | 10111010 | 101011 | 100010 |
Color Harmonies of #31737B
Complementary color
Monochromatic Colors of #31737B
Black with #31737B
Text Example
Text Example
White with #31737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31737B; }
p { color: rgb(49,115,123); }
H1.HeaderClassName
{
color: #31737B;
}
.AnyTagClassName
{
color: #31737B;
}
</style>
background-color css
<style>
a { background-color: #31737B; }
a { background-color: rgb(49,115,123); }
div.DivClassName
{
background-color: #31737B;
}
.BgClassName
{
background-color: #31737B;
}
</style>
border-color css
<style>
span { border-color: #31737B; }
span { border-color: rgb(49,115,123); }
td.TdClassName
{
border-color: #31737B;
}
.TagClassName
{
border-color: #31737B;
}
</style>