Shades of Atoll #316C6F
Tints of Atoll #316C6F
RGB
CMYK
RGB Variations
Color information
#316C6F (or 0x316C6F) is known color: Atoll. HEX triplet: 31, 6C and 6F. RGB value is (49,108,111). Sum of RGB (Red+Green+Blue) = 49+108+111=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 111 - color contains mainly: blue. Hex color #316C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C6F is #CE9390. Grayscale: #5A5A5A. Windows color (decimal): -13538193 or 7302193. OLE color: 7302193.
HSL color Cylindrical-coordinate representation of color #316C6F: hue angle of 182.9º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316C6F is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 108 | 111 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.56 |
| HSL | 182.9º | 0.39% | 0.31% | - |
| HSV(B) | 182.9º | 0.56% | 0.44% | - |
| XYZ | 9.5 | 12.53 | 16.96 | - |
| YUV | 90.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 111 | 0.56 | 0.03 | 0 | 0.56 | 182.9 | 0.39 | 0.31 |
| Hex | 31 | 6C | 6F | 38 | 3 | 0 | 38 | B7 | 27 | 1F |
| Octal | 61 | 154 | 157 | 70 | 3 | 0 | 70 | 267 | 47 | 37 |
| Binary | 110001 | 1101100 | 1101111 | 111000 | 11 | 0 | 111000 | 10110111 | 100111 | 11111 |
Color Harmonies of #316C6F
Complementary color
Monochromatic Colors of #316C6F
Black with #316C6F
Text Example
Text Example
White with #316C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C6F; }
p { color: rgb(49,108,111); }
H1.HeaderClassName
{
color: #316C6F;
}
.AnyTagClassName
{
color: #316C6F;
}
</style>
background-color css
<style>
a { background-color: #316C6F; }
a { background-color: rgb(49,108,111); }
div.DivClassName
{
background-color: #316C6F;
}
.BgClassName
{
background-color: #316C6F;
}
</style>
border-color css
<style>
span { border-color: #316C6F; }
span { border-color: rgb(49,108,111); }
td.TdClassName
{
border-color: #316C6F;
}
.TagClassName
{
border-color: #316C6F;
}
</style>