Shades of Biscay #323D56
Tints of Biscay #323D56
RGB
CMYK
RGB Variations
Color information
#323D56 (or 0x323D56) is known color: Biscay. HEX triplet: 32, 3D and 56. RGB value is (50,61,86). Sum of RGB (Red+Green+Blue) = 50+61+86=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #323D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D56 is #CDC2A9. Grayscale: #3C3C3C. Windows color (decimal): -13484714 or 5651762. OLE color: 5651762.
HSL color Cylindrical-coordinate representation of color #323D56: hue angle of 221.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #323D56 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 61 | 86 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.66 |
| HSL | 221.67º | 0.26% | 0.27% | - |
| HSV(B) | 221.67º | 0.42% | 0.34% | - |
| XYZ | 4.66 | 4.69 | 9.46 | - |
| YUV | 60.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 86 | 0.42 | 0.29 | 0 | 0.66 | 221.67 | 0.26 | 0.27 |
| Hex | 32 | 3D | 56 | 2A | 1D | 0 | 42 | DE | 1A | 1B |
| Octal | 62 | 75 | 126 | 52 | 35 | 0 | 102 | 336 | 32 | 33 |
| Binary | 110010 | 111101 | 1010110 | 101010 | 11101 | 0 | 1000010 | 11011110 | 11010 | 11011 |
Color Harmonies of #323D56
Complementary color
Monochromatic Colors of #323D56
Black with #323D56
Text Example
Text Example
White with #323D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D56; }
p { color: rgb(50,61,86); }
H1.HeaderClassName
{
color: #323D56;
}
.AnyTagClassName
{
color: #323D56;
}
</style>
background-color css
<style>
a { background-color: #323D56; }
a { background-color: rgb(50,61,86); }
div.DivClassName
{
background-color: #323D56;
}
.BgClassName
{
background-color: #323D56;
}
</style>
border-color css
<style>
span { border-color: #323D56; }
span { border-color: rgb(50,61,86); }
td.TdClassName
{
border-color: #323D56;
}
.TagClassName
{
border-color: #323D56;
}
</style>