Shades of Allports #326C79
Tints of Allports #326C79
RGB
CMYK
RGB Variations
Color information
#326C79 (or 0x326C79) is known color: Allports. HEX triplet: 32, 6C and 79. RGB value is (50,108,121). Sum of RGB (Red+Green+Blue) = 50+108+121=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #326C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C79 is #CD9386. Grayscale: #5C5C5C. Windows color (decimal): -13472647 or 7957554. OLE color: 7957554.
HSL color Cylindrical-coordinate representation of color #326C79: hue angle of 190.99º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326C79 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 108 | 121 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.53 |
| HSL | 190.99º | 0.42% | 0.34% | - |
| HSV(B) | 190.99º | 0.59% | 0.47% | - |
| XYZ | 10.13 | 12.78 | 20.02 | - |
| YUV | 92.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 121 | 0.59 | 0.11 | 0 | 0.53 | 190.99 | 0.42 | 0.34 |
| Hex | 32 | 6C | 79 | 3B | B | 0 | 35 | BF | 2A | 22 |
| Octal | 62 | 154 | 171 | 73 | 13 | 0 | 65 | 277 | 52 | 42 |
| Binary | 110010 | 1101100 | 1111001 | 111011 | 1011 | 0 | 110101 | 10111111 | 101010 | 100010 |
Color Harmonies of #326C79
Complementary color
Monochromatic Colors of #326C79
Black with #326C79
Text Example
Text Example
White with #326C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C79; }
p { color: rgb(50,108,121); }
H1.HeaderClassName
{
color: #326C79;
}
.AnyTagClassName
{
color: #326C79;
}
</style>
background-color css
<style>
a { background-color: #326C79; }
a { background-color: rgb(50,108,121); }
div.DivClassName
{
background-color: #326C79;
}
.BgClassName
{
background-color: #326C79;
}
</style>
border-color css
<style>
span { border-color: #326C79; }
span { border-color: rgb(50,108,121); }
td.TdClassName
{
border-color: #326C79;
}
.TagClassName
{
border-color: #326C79;
}
</style>