Shades of Atoll #316C71
Tints of Atoll #316C71
RGB
CMYK
RGB Variations
Color information
#316C71 (or 0x316C71) is known color: Atoll. HEX triplet: 31, 6C and 71. RGB value is (49,108,113). Sum of RGB (Red+Green+Blue) = 49+108+113=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #316C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C71 is #CE938E. Grayscale: #5A5A5A. Windows color (decimal): -13538191 or 7433265. OLE color: 7433265.
HSL color Cylindrical-coordinate representation of color #316C71: hue angle of 184.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316C71 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 108 | 113 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.56 |
| HSL | 184.69º | 0.4% | 0.32% | - |
| HSV(B) | 184.69º | 0.57% | 0.44% | - |
| XYZ | 9.61 | 12.57 | 17.54 | - |
| YUV | 90.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 113 | 0.57 | 0.04 | 0 | 0.56 | 184.69 | 0.4 | 0.32 |
| Hex | 31 | 6C | 71 | 39 | 4 | 0 | 38 | B9 | 28 | 20 |
| Octal | 61 | 154 | 161 | 71 | 4 | 0 | 70 | 271 | 50 | 40 |
| Binary | 110001 | 1101100 | 1110001 | 111001 | 100 | 0 | 111000 | 10111001 | 101000 | 100000 |
Color Harmonies of #316C71
Complementary color
Monochromatic Colors of #316C71
Black with #316C71
Text Example
Text Example
White with #316C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C71; }
p { color: rgb(49,108,113); }
H1.HeaderClassName
{
color: #316C71;
}
.AnyTagClassName
{
color: #316C71;
}
</style>
background-color css
<style>
a { background-color: #316C71; }
a { background-color: rgb(49,108,113); }
div.DivClassName
{
background-color: #316C71;
}
.BgClassName
{
background-color: #316C71;
}
</style>
border-color css
<style>
span { border-color: #316C71; }
span { border-color: rgb(49,108,113); }
td.TdClassName
{
border-color: #316C71;
}
.TagClassName
{
border-color: #316C71;
}
</style>