Shades of Atoll #316A70
Tints of Atoll #316A70
RGB
CMYK
RGB Variations
Color information
#316A70 (or 0x316A70) is known color: Atoll. HEX triplet: 31, 6A and 70. RGB value is (49,106,112). Sum of RGB (Red+Green+Blue) = 49+106+112=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #316A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A70 is #CE958F. Grayscale: #595959. Windows color (decimal): -13538704 or 7367217. OLE color: 7367217.
HSL color Cylindrical-coordinate representation of color #316A70: hue angle of 185.71º 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 #316A70 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 106 | 112 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.56 |
| HSL | 185.71º | 0.39% | 0.32% | - |
| HSV(B) | 185.71º | 0.56% | 0.44% | - |
| XYZ | 9.35 | 12.13 | 17.18 | - |
| YUV | 89.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 112 | 0.56 | 0.05 | 0 | 0.56 | 185.71 | 0.39 | 0.32 |
| Hex | 31 | 6A | 70 | 38 | 5 | 0 | 38 | BA | 27 | 20 |
| Octal | 61 | 152 | 160 | 70 | 5 | 0 | 70 | 272 | 47 | 40 |
| Binary | 110001 | 1101010 | 1110000 | 111000 | 101 | 0 | 111000 | 10111010 | 100111 | 100000 |
Color Harmonies of #316A70
Complementary color
Monochromatic Colors of #316A70
Black with #316A70
Text Example
Text Example
White with #316A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A70; }
p { color: rgb(49,106,112); }
H1.HeaderClassName
{
color: #316A70;
}
.AnyTagClassName
{
color: #316A70;
}
</style>
background-color css
<style>
a { background-color: #316A70; }
a { background-color: rgb(49,106,112); }
div.DivClassName
{
background-color: #316A70;
}
.BgClassName
{
background-color: #316A70;
}
</style>
border-color css
<style>
span { border-color: #316A70; }
span { border-color: rgb(49,106,112); }
td.TdClassName
{
border-color: #316A70;
}
.TagClassName
{
border-color: #316A70;
}
</style>