Shades of Allports #316D7A
Tints of Allports #316D7A
RGB
CMYK
RGB Variations
Color information
#316D7A (or 0x316D7A) is known color: Allports. HEX triplet: 31, 6D and 7A. RGB value is (49,109,122). Sum of RGB (Red+Green+Blue) = 49+109+122=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #316D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D7A is #CE9285. Grayscale: #5C5C5C. Windows color (decimal): -13537926 or 8023345. OLE color: 8023345.
HSL color Cylindrical-coordinate representation of color #316D7A: hue angle of 190.68º 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 #316D7A is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 109 | 122 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.52 |
| HSL | 190.68º | 0.43% | 0.34% | - |
| HSV(B) | 190.68º | 0.6% | 0.48% | - |
| XYZ | 10.25 | 13 | 20.38 | - |
| YUV | 92.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 122 | 0.60 | 0.11 | 0 | 0.52 | 190.68 | 0.43 | 0.34 |
| Hex | 31 | 6D | 7A | 3C | B | 0 | 34 | BF | 2B | 22 |
| Octal | 61 | 155 | 172 | 74 | 13 | 0 | 64 | 277 | 53 | 42 |
| Binary | 110001 | 1101101 | 1111010 | 111100 | 1011 | 0 | 110100 | 10111111 | 101011 | 100010 |
Color Harmonies of #316D7A
Complementary color
Monochromatic Colors of #316D7A
Black with #316D7A
Text Example
Text Example
White with #316D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D7A; }
p { color: rgb(49,109,122); }
H1.HeaderClassName
{
color: #316D7A;
}
.AnyTagClassName
{
color: #316D7A;
}
</style>
background-color css
<style>
a { background-color: #316D7A; }
a { background-color: rgb(49,109,122); }
div.DivClassName
{
background-color: #316D7A;
}
.BgClassName
{
background-color: #316D7A;
}
</style>
border-color css
<style>
span { border-color: #316D7A; }
span { border-color: rgb(49,109,122); }
td.TdClassName
{
border-color: #316D7A;
}
.TagClassName
{
border-color: #316D7A;
}
</style>