Shades of Atoll #316C74
Tints of Atoll #316C74
RGB
CMYK
RGB Variations
Color information
#316C74 (or 0x316C74) is known color: Atoll. HEX triplet: 31, 6C and 74. RGB value is (49,108,116). Sum of RGB (Red+Green+Blue) = 49+108+116=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #316C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C74 is #CE938B. Grayscale: #5B5B5B. Windows color (decimal): -13538188 or 7629873. OLE color: 7629873.
HSL color Cylindrical-coordinate representation of color #316C74: hue angle of 187.16º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316C74 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 108 | 116 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.55 |
| HSL | 187.16º | 0.41% | 0.32% | - |
| HSV(B) | 187.16º | 0.58% | 0.45% | - |
| XYZ | 9.78 | 12.64 | 18.45 | - |
| YUV | 91.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 116 | 0.58 | 0.07 | 0 | 0.55 | 187.16 | 0.41 | 0.32 |
| Hex | 31 | 6C | 74 | 3A | 7 | 0 | 37 | BB | 29 | 20 |
| Octal | 61 | 154 | 164 | 72 | 7 | 0 | 67 | 273 | 51 | 40 |
| Binary | 110001 | 1101100 | 1110100 | 111010 | 111 | 0 | 110111 | 10111011 | 101001 | 100000 |
Color Harmonies of #316C74
Complementary color
Monochromatic Colors of #316C74
Black with #316C74
Text Example
Text Example
White with #316C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C74; }
p { color: rgb(49,108,116); }
H1.HeaderClassName
{
color: #316C74;
}
.AnyTagClassName
{
color: #316C74;
}
</style>
background-color css
<style>
a { background-color: #316C74; }
a { background-color: rgb(49,108,116); }
div.DivClassName
{
background-color: #316C74;
}
.BgClassName
{
background-color: #316C74;
}
</style>
border-color css
<style>
span { border-color: #316C74; }
span { border-color: rgb(49,108,116); }
td.TdClassName
{
border-color: #316C74;
}
.TagClassName
{
border-color: #316C74;
}
</style>