Shades of Atoll #316B71
Tints of Atoll #316B71
RGB
CMYK
RGB Variations
Color information
#316B71 (or 0x316B71) is known color: Atoll. HEX triplet: 31, 6B and 71. RGB value is (49,107,113). Sum of RGB (Red+Green+Blue) = 49+107+113=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #316B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B71 is #CE948E. Grayscale: #5A5A5A. Windows color (decimal): -13538447 or 7433009. OLE color: 7433009.
HSL color Cylindrical-coordinate representation of color #316B71: hue angle of 185.62º 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 #316B71 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 107 | 113 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.56 |
| HSL | 185.63º | 0.4% | 0.32% | - |
| HSV(B) | 185.63º | 0.57% | 0.44% | - |
| XYZ | 9.5 | 12.36 | 17.51 | - |
| YUV | 90.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 113 | 0.57 | 0.05 | 0 | 0.56 | 185.63 | 0.4 | 0.32 |
| Hex | 31 | 6B | 71 | 39 | 5 | 0 | 38 | BA | 28 | 20 |
| Octal | 61 | 153 | 161 | 71 | 5 | 0 | 70 | 272 | 50 | 40 |
| Binary | 110001 | 1101011 | 1110001 | 111001 | 101 | 0 | 111000 | 10111010 | 101000 | 100000 |
Color Harmonies of #316B71
Complementary color
Monochromatic Colors of #316B71
Black with #316B71
Text Example
Text Example
White with #316B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316B71; }
p { color: rgb(49,107,113); }
H1.HeaderClassName
{
color: #316B71;
}
.AnyTagClassName
{
color: #316B71;
}
</style>
background-color css
<style>
a { background-color: #316B71; }
a { background-color: rgb(49,107,113); }
div.DivClassName
{
background-color: #316B71;
}
.BgClassName
{
background-color: #316B71;
}
</style>
border-color css
<style>
span { border-color: #316B71; }
span { border-color: rgb(49,107,113); }
td.TdClassName
{
border-color: #316B71;
}
.TagClassName
{
border-color: #316B71;
}
</style>