Shades of Atoll #316A6D
Tints of Atoll #316A6D
RGB
CMYK
RGB Variations
Color information
#316A6D (or 0x316A6D) is known color: Atoll. HEX triplet: 31, 6A and 6D. RGB value is (49,106,109). Sum of RGB (Red+Green+Blue) = 49+106+109=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #316A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A6D is #CE9592. Grayscale: #595959. Windows color (decimal): -13538707 or 7170609. OLE color: 7170609.
HSL color Cylindrical-coordinate representation of color #316A6D: hue angle of 183º 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 #316A6D is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 106 | 109 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.57 |
| HSL | 183º | 0.38% | 0.31% | - |
| HSV(B) | 183º | 0.55% | 0.43% | - |
| XYZ | 9.18 | 12.07 | 16.31 | - |
| YUV | 89.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 109 | 0.55 | 0.03 | 0 | 0.57 | 183 | 0.38 | 0.31 |
| Hex | 31 | 6A | 6D | 37 | 3 | 0 | 39 | B7 | 26 | 1F |
| Octal | 61 | 152 | 155 | 67 | 3 | 0 | 71 | 267 | 46 | 37 |
| Binary | 110001 | 1101010 | 1101101 | 110111 | 11 | 0 | 111001 | 10110111 | 100110 | 11111 |
Color Harmonies of #316A6D
Complementary color
Monochromatic Colors of #316A6D
Black with #316A6D
Text Example
Text Example
White with #316A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A6D; }
p { color: rgb(49,106,109); }
H1.HeaderClassName
{
color: #316A6D;
}
.AnyTagClassName
{
color: #316A6D;
}
</style>
background-color css
<style>
a { background-color: #316A6D; }
a { background-color: rgb(49,106,109); }
div.DivClassName
{
background-color: #316A6D;
}
.BgClassName
{
background-color: #316A6D;
}
</style>
border-color css
<style>
span { border-color: #316A6D; }
span { border-color: rgb(49,106,109); }
td.TdClassName
{
border-color: #316A6D;
}
.TagClassName
{
border-color: #316A6D;
}
</style>