Shades of Atoll #316D70
Tints of Atoll #316D70
RGB
CMYK
RGB Variations
Color information
#316D70 (or 0x316D70) is known color: Atoll. HEX triplet: 31, 6D and 70. RGB value is (49,109,112). Sum of RGB (Red+Green+Blue) = 49+109+112=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #316D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D70 is #CE928F. Grayscale: #5B5B5B. Windows color (decimal): -13537936 or 7367985. OLE color: 7367985.
HSL color Cylindrical-coordinate representation of color #316D70: hue angle of 182.86º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316D70 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 109 | 112 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.56 |
| HSL | 182.86º | 0.39% | 0.32% | - |
| HSV(B) | 182.86º | 0.56% | 0.44% | - |
| XYZ | 9.66 | 12.76 | 17.28 | - |
| YUV | 91.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 112 | 0.56 | 0.03 | 0 | 0.56 | 182.86 | 0.39 | 0.32 |
| Hex | 31 | 6D | 70 | 38 | 3 | 0 | 38 | B7 | 27 | 20 |
| Octal | 61 | 155 | 160 | 70 | 3 | 0 | 70 | 267 | 47 | 40 |
| Binary | 110001 | 1101101 | 1110000 | 111000 | 11 | 0 | 111000 | 10110111 | 100111 | 100000 |
Color Harmonies of #316D70
Complementary color
Monochromatic Colors of #316D70
Black with #316D70
Text Example
Text Example
White with #316D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D70; }
p { color: rgb(49,109,112); }
H1.HeaderClassName
{
color: #316D70;
}
.AnyTagClassName
{
color: #316D70;
}
</style>
background-color css
<style>
a { background-color: #316D70; }
a { background-color: rgb(49,109,112); }
div.DivClassName
{
background-color: #316D70;
}
.BgClassName
{
background-color: #316D70;
}
</style>
border-color css
<style>
span { border-color: #316D70; }
span { border-color: rgb(49,109,112); }
td.TdClassName
{
border-color: #316D70;
}
.TagClassName
{
border-color: #316D70;
}
</style>