Shades of Atoll #316F70
Tints of Atoll #316F70
RGB
CMYK
RGB Variations
Color information
#316F70 (or 0x316F70) is known color: Atoll. HEX triplet: 31, 6F and 70. RGB value is (49,111,112). Sum of RGB (Red+Green+Blue) = 49+111+112=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #316F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F70 is #CE908F. Grayscale: #5C5C5C. Windows color (decimal): -13537424 or 7368497. OLE color: 7368497.
HSL color Cylindrical-coordinate representation of color #316F70: hue angle of 180.95º 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 #316F70 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 112 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.56 |
| HSL | 180.95º | 0.39% | 0.32% | - |
| HSV(B) | 180.95º | 0.56% | 0.44% | - |
| XYZ | 9.88 | 13.19 | 17.35 | - |
| YUV | 92.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 112 | 0.56 | 0.01 | 0 | 0.56 | 180.95 | 0.39 | 0.32 |
| Hex | 31 | 6F | 70 | 38 | 1 | 0 | 38 | B5 | 27 | 20 |
| Octal | 61 | 157 | 160 | 70 | 1 | 0 | 70 | 265 | 47 | 40 |
| Binary | 110001 | 1101111 | 1110000 | 111000 | 1 | 0 | 111000 | 10110101 | 100111 | 100000 |
Color Harmonies of #316F70
Complementary color
Monochromatic Colors of #316F70
Black with #316F70
Text Example
Text Example
White with #316F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F70; }
p { color: rgb(49,111,112); }
H1.HeaderClassName
{
color: #316F70;
}
.AnyTagClassName
{
color: #316F70;
}
</style>
background-color css
<style>
a { background-color: #316F70; }
a { background-color: rgb(49,111,112); }
div.DivClassName
{
background-color: #316F70;
}
.BgClassName
{
background-color: #316F70;
}
</style>
border-color css
<style>
span { border-color: #316F70; }
span { border-color: rgb(49,111,112); }
td.TdClassName
{
border-color: #316F70;
}
.TagClassName
{
border-color: #316F70;
}
</style>