Shades of Atoll #31797B
Tints of Atoll #31797B
RGB
CMYK
RGB Variations
Color information
#31797B (or 0x31797B) is known color: Atoll. HEX triplet: 31, 79 and 7B. RGB value is (49,121,123). Sum of RGB (Red+Green+Blue) = 49+121+123=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #31797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31797B is #CE8684. Grayscale: #636363. Windows color (decimal): -13534853 or 8091953. OLE color: 8091953.
HSL color Cylindrical-coordinate representation of color #31797B: hue angle of 181.62º 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 #31797B is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 121 | 123 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.52 |
| HSL | 181.62º | 0.43% | 0.34% | - |
| HSV(B) | 181.62º | 0.6% | 0.48% | - |
| XYZ | 11.68 | 15.76 | 21.16 | - |
| YUV | 99.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 123 | 0.60 | 0.02 | 0 | 0.52 | 181.62 | 0.43 | 0.34 |
| Hex | 31 | 79 | 7B | 3C | 2 | 0 | 34 | B6 | 2B | 22 |
| Octal | 61 | 171 | 173 | 74 | 2 | 0 | 64 | 266 | 53 | 42 |
| Binary | 110001 | 1111001 | 1111011 | 111100 | 10 | 0 | 110100 | 10110110 | 101011 | 100010 |
Color Harmonies of #31797B
Complementary color
Monochromatic Colors of #31797B
Black with #31797B
Text Example
Text Example
White with #31797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31797B; }
p { color: rgb(49,121,123); }
H1.HeaderClassName
{
color: #31797B;
}
.AnyTagClassName
{
color: #31797B;
}
</style>
background-color css
<style>
a { background-color: #31797B; }
a { background-color: rgb(49,121,123); }
div.DivClassName
{
background-color: #31797B;
}
.BgClassName
{
background-color: #31797B;
}
</style>
border-color css
<style>
span { border-color: #31797B; }
span { border-color: rgb(49,121,123); }
td.TdClassName
{
border-color: #31797B;
}
.TagClassName
{
border-color: #31797B;
}
</style>