Shades of Atoll #316E6F
Tints of Atoll #316E6F
RGB
CMYK
RGB Variations
Color information
#316E6F (or 0x316E6F) is known color: Atoll. HEX triplet: 31, 6E and 6F. RGB value is (49,110,111). Sum of RGB (Red+Green+Blue) = 49+110+111=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #316E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E6F is #CE9190. Grayscale: #5B5B5B. Windows color (decimal): -13537681 or 7302705. OLE color: 7302705.
HSL color Cylindrical-coordinate representation of color #316E6F: hue angle of 180.97º 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 #316E6F is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 110 | 111 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.56 |
| HSL | 180.97º | 0.39% | 0.31% | - |
| HSV(B) | 180.97º | 0.56% | 0.44% | - |
| XYZ | 9.71 | 12.95 | 17.03 | - |
| YUV | 91.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 111 | 0.56 | 0.01 | 0 | 0.56 | 180.97 | 0.39 | 0.31 |
| Hex | 31 | 6E | 6F | 38 | 1 | 0 | 38 | B5 | 27 | 1F |
| Octal | 61 | 156 | 157 | 70 | 1 | 0 | 70 | 265 | 47 | 37 |
| Binary | 110001 | 1101110 | 1101111 | 111000 | 1 | 0 | 111000 | 10110101 | 100111 | 11111 |
Color Harmonies of #316E6F
Complementary color
Monochromatic Colors of #316E6F
Black with #316E6F
Text Example
Text Example
White with #316E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E6F; }
p { color: rgb(49,110,111); }
H1.HeaderClassName
{
color: #316E6F;
}
.AnyTagClassName
{
color: #316E6F;
}
</style>
background-color css
<style>
a { background-color: #316E6F; }
a { background-color: rgb(49,110,111); }
div.DivClassName
{
background-color: #316E6F;
}
.BgClassName
{
background-color: #316E6F;
}
</style>
border-color css
<style>
span { border-color: #316E6F; }
span { border-color: rgb(49,110,111); }
td.TdClassName
{
border-color: #316E6F;
}
.TagClassName
{
border-color: #316E6F;
}
</style>