Shades of Atoll #316F7A
Tints of Atoll #316F7A
RGB
CMYK
RGB Variations
Color information
#316F7A (or 0x316F7A) is known color: Atoll. HEX triplet: 31, 6F and 7A. RGB value is (49,111,122). Sum of RGB (Red+Green+Blue) = 49+111+122=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #316F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F7A is #CE9085. Grayscale: #5D5D5D. Windows color (decimal): -13537414 or 8023857. OLE color: 8023857.
HSL color Cylindrical-coordinate representation of color #316F7A: hue angle of 189.04º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #316F7A is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 111 | 122 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.52 |
| HSL | 189.04º | 0.43% | 0.34% | - |
| HSV(B) | 189.04º | 0.6% | 0.48% | - |
| XYZ | 10.46 | 13.43 | 20.45 | - |
| YUV | 93.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 122 | 0.60 | 0.09 | 0 | 0.52 | 189.04 | 0.43 | 0.34 |
| Hex | 31 | 6F | 7A | 3C | 9 | 0 | 34 | BD | 2B | 22 |
| Octal | 61 | 157 | 172 | 74 | 11 | 0 | 64 | 275 | 53 | 42 |
| Binary | 110001 | 1101111 | 1111010 | 111100 | 1001 | 0 | 110100 | 10111101 | 101011 | 100010 |
Color Harmonies of #316F7A
Complementary color
Monochromatic Colors of #316F7A
Black with #316F7A
Text Example
Text Example
White with #316F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F7A; }
p { color: rgb(49,111,122); }
H1.HeaderClassName
{
color: #316F7A;
}
.AnyTagClassName
{
color: #316F7A;
}
</style>
background-color css
<style>
a { background-color: #316F7A; }
a { background-color: rgb(49,111,122); }
div.DivClassName
{
background-color: #316F7A;
}
.BgClassName
{
background-color: #316F7A;
}
</style>
border-color css
<style>
span { border-color: #316F7A; }
span { border-color: rgb(49,111,122); }
td.TdClassName
{
border-color: #316F7A;
}
.TagClassName
{
border-color: #316F7A;
}
</style>