Shades of Atoll #316D79
Tints of Atoll #316D79
RGB
CMYK
RGB Variations
Color information
#316D79 (or 0x316D79) is known color: Atoll. HEX triplet: 31, 6D and 79. RGB value is (49,109,121). Sum of RGB (Red+Green+Blue) = 49+109+121=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #316D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D79 is #CE9286. Grayscale: #5C5C5C. Windows color (decimal): -13537927 or 7957809. OLE color: 7957809.
HSL color Cylindrical-coordinate representation of color #316D79: hue angle of 190º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #316D79 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 109 | 121 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.53 |
| HSL | 190º | 0.42% | 0.33% | - |
| HSV(B) | 190º | 0.6% | 0.47% | - |
| XYZ | 10.19 | 12.97 | 20.06 | - |
| YUV | 92.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 121 | 0.60 | 0.10 | 0 | 0.53 | 190 | 0.42 | 0.33 |
| Hex | 31 | 6D | 79 | 3C | A | 0 | 35 | BE | 2A | 21 |
| Octal | 61 | 155 | 171 | 74 | 12 | 0 | 65 | 276 | 52 | 41 |
| Binary | 110001 | 1101101 | 1111001 | 111100 | 1010 | 0 | 110101 | 10111110 | 101010 | 100001 |
Color Harmonies of #316D79
Complementary color
Monochromatic Colors of #316D79
Black with #316D79
Text Example
Text Example
White with #316D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D79; }
p { color: rgb(49,109,121); }
H1.HeaderClassName
{
color: #316D79;
}
.AnyTagClassName
{
color: #316D79;
}
</style>
background-color css
<style>
a { background-color: #316D79; }
a { background-color: rgb(49,109,121); }
div.DivClassName
{
background-color: #316D79;
}
.BgClassName
{
background-color: #316D79;
}
</style>
border-color css
<style>
span { border-color: #316D79; }
span { border-color: rgb(49,109,121); }
td.TdClassName
{
border-color: #316D79;
}
.TagClassName
{
border-color: #316D79;
}
</style>