Shades of Atoll #316B6D
Tints of Atoll #316B6D
RGB
CMYK
RGB Variations
Color information
#316B6D (or 0x316B6D) is known color: Atoll. HEX triplet: 31, 6B and 6D. RGB value is (49,107,109). Sum of RGB (Red+Green+Blue) = 49+107+109=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #316B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B6D is #CE9492. Grayscale: #595959. Windows color (decimal): -13538451 or 7170865. OLE color: 7170865.
HSL color Cylindrical-coordinate representation of color #316B6D: hue angle of 182º 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 #316B6D is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 107 | 109 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.57 |
| HSL | 182º | 0.38% | 0.31% | - |
| HSV(B) | 182º | 0.55% | 0.43% | - |
| XYZ | 9.28 | 12.27 | 16.35 | - |
| YUV | 89.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 109 | 0.55 | 0.02 | 0 | 0.57 | 182 | 0.38 | 0.31 |
| Hex | 31 | 6B | 6D | 37 | 2 | 0 | 39 | B6 | 26 | 1F |
| Octal | 61 | 153 | 155 | 67 | 2 | 0 | 71 | 266 | 46 | 37 |
| Binary | 110001 | 1101011 | 1101101 | 110111 | 10 | 0 | 111001 | 10110110 | 100110 | 11111 |
Color Harmonies of #316B6D
Complementary color
Monochromatic Colors of #316B6D
Black with #316B6D
Text Example
Text Example
White with #316B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316B6D; }
p { color: rgb(49,107,109); }
H1.HeaderClassName
{
color: #316B6D;
}
.AnyTagClassName
{
color: #316B6D;
}
</style>
background-color css
<style>
a { background-color: #316B6D; }
a { background-color: rgb(49,107,109); }
div.DivClassName
{
background-color: #316B6D;
}
.BgClassName
{
background-color: #316B6D;
}
</style>
border-color css
<style>
span { border-color: #316B6D; }
span { border-color: rgb(49,107,109); }
td.TdClassName
{
border-color: #316B6D;
}
.TagClassName
{
border-color: #316B6D;
}
</style>