Shades of Atoll #316C6D
Tints of Atoll #316C6D
RGB
CMYK
RGB Variations
Color information
#316C6D (or 0x316C6D) is known color: Atoll. HEX triplet: 31, 6C and 6D. RGB value is (49,108,109). Sum of RGB (Red+Green+Blue) = 49+108+109=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #316C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C6D is #CE9392. Grayscale: #5A5A5A. Windows color (decimal): -13538195 or 7171121. OLE color: 7171121.
HSL color Cylindrical-coordinate representation of color #316C6D: hue angle of 181º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C6D is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 108 | 109 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.57 |
| HSL | 181º | 0.38% | 0.31% | - |
| HSV(B) | 181º | 0.55% | 0.43% | - |
| XYZ | 9.39 | 12.48 | 16.38 | - |
| YUV | 90.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 109 | 0.55 | 0.01 | 0 | 0.57 | 181 | 0.38 | 0.31 |
| Hex | 31 | 6C | 6D | 37 | 1 | 0 | 39 | B5 | 26 | 1F |
| Octal | 61 | 154 | 155 | 67 | 1 | 0 | 71 | 265 | 46 | 37 |
| Binary | 110001 | 1101100 | 1101101 | 110111 | 1 | 0 | 111001 | 10110101 | 100110 | 11111 |
Color Harmonies of #316C6D
Complementary color
Monochromatic Colors of #316C6D
Black with #316C6D
Text Example
Text Example
White with #316C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C6D; }
p { color: rgb(49,108,109); }
H1.HeaderClassName
{
color: #316C6D;
}
.AnyTagClassName
{
color: #316C6D;
}
</style>
background-color css
<style>
a { background-color: #316C6D; }
a { background-color: rgb(49,108,109); }
div.DivClassName
{
background-color: #316C6D;
}
.BgClassName
{
background-color: #316C6D;
}
</style>
border-color css
<style>
span { border-color: #316C6D; }
span { border-color: rgb(49,108,109); }
td.TdClassName
{
border-color: #316C6D;
}
.TagClassName
{
border-color: #316C6D;
}
</style>