Shades of Allports #316A78
Tints of Allports #316A78
RGB
CMYK
RGB Variations
Color information
#316A78 (or 0x316A78) is known color: Allports. HEX triplet: 31, 6A and 78. RGB value is (49,106,120). Sum of RGB (Red+Green+Blue) = 49+106+120=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #316A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A78 is #CE9587. Grayscale: #5A5A5A. Windows color (decimal): -13538696 or 7891505. OLE color: 7891505.
HSL color Cylindrical-coordinate representation of color #316A78: hue angle of 191.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316A78 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 106 | 120 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.53 |
| HSL | 191.83º | 0.42% | 0.33% | - |
| HSV(B) | 191.83º | 0.59% | 0.47% | - |
| XYZ | 9.81 | 12.32 | 19.63 | - |
| YUV | 90.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 120 | 0.59 | 0.12 | 0 | 0.53 | 191.83 | 0.42 | 0.33 |
| Hex | 31 | 6A | 78 | 3B | C | 0 | 35 | C0 | 2A | 21 |
| Octal | 61 | 152 | 170 | 73 | 14 | 0 | 65 | 300 | 52 | 41 |
| Binary | 110001 | 1101010 | 1111000 | 111011 | 1100 | 0 | 110101 | 11000000 | 101010 | 100001 |
Color Harmonies of #316A78
Complementary color
Monochromatic Colors of #316A78
Black with #316A78
Text Example
Text Example
White with #316A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A78; }
p { color: rgb(49,106,120); }
H1.HeaderClassName
{
color: #316A78;
}
.AnyTagClassName
{
color: #316A78;
}
</style>
background-color css
<style>
a { background-color: #316A78; }
a { background-color: rgb(49,106,120); }
div.DivClassName
{
background-color: #316A78;
}
.BgClassName
{
background-color: #316A78;
}
</style>
border-color css
<style>
span { border-color: #316A78; }
span { border-color: rgb(49,106,120); }
td.TdClassName
{
border-color: #316A78;
}
.TagClassName
{
border-color: #316A78;
}
</style>