Shades of Biscay #324159
Tints of Biscay #324159
RGB
CMYK
RGB Variations
Color information
#324159 (or 0x324159) is known color: Biscay. HEX triplet: 32, 41 and 59. RGB value is (50,65,89). Sum of RGB (Red+Green+Blue) = 50+65+89=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #324159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324159 is #CDBEA6. Grayscale: #3F3F3F. Windows color (decimal): -13483687 or 5849394. OLE color: 5849394.
HSL color Cylindrical-coordinate representation of color #324159: hue angle of 216.92º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #324159 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 65 | 89 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.65 |
| HSL | 216.92º | 0.28% | 0.27% | - |
| HSV(B) | 216.92º | 0.44% | 0.35% | - |
| XYZ | 5.01 | 5.18 | 10.19 | - |
| YUV | 63.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 89 | 0.44 | 0.27 | 0 | 0.65 | 216.92 | 0.28 | 0.27 |
| Hex | 32 | 41 | 59 | 2C | 1B | 0 | 41 | D9 | 1C | 1B |
| Octal | 62 | 101 | 131 | 54 | 33 | 0 | 101 | 331 | 34 | 33 |
| Binary | 110010 | 1000001 | 1011001 | 101100 | 11011 | 0 | 1000001 | 11011001 | 11100 | 11011 |
Color Harmonies of #324159
Complementary color
Monochromatic Colors of #324159
Black with #324159
Text Example
Text Example
White with #324159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324159; }
p { color: rgb(50,65,89); }
H1.HeaderClassName
{
color: #324159;
}
.AnyTagClassName
{
color: #324159;
}
</style>
background-color css
<style>
a { background-color: #324159; }
a { background-color: rgb(50,65,89); }
div.DivClassName
{
background-color: #324159;
}
.BgClassName
{
background-color: #324159;
}
</style>
border-color css
<style>
span { border-color: #324159; }
span { border-color: rgb(50,65,89); }
td.TdClassName
{
border-color: #324159;
}
.TagClassName
{
border-color: #324159;
}
</style>