Shades of Biscay #323C52
Tints of Biscay #323C52
RGB
CMYK
RGB Variations
Color information
#323C52 (or 0x323C52) is known color: Biscay. HEX triplet: 32, 3C and 52. RGB value is (50,60,82). Sum of RGB (Red+Green+Blue) = 50+60+82=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #323C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C52 is #CDC3AD. Grayscale: #3B3B3B. Windows color (decimal): -13484974 or 5389362. OLE color: 5389362.
HSL color Cylindrical-coordinate representation of color #323C52: hue angle of 221.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #323C52 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 60 | 82 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.68 |
| HSL | 221.25º | 0.24% | 0.26% | - |
| HSV(B) | 221.25º | 0.39% | 0.32% | - |
| XYZ | 4.45 | 4.52 | 8.62 | - |
| YUV | 59.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 82 | 0.39 | 0.27 | 0 | 0.68 | 221.25 | 0.24 | 0.26 |
| Hex | 32 | 3C | 52 | 27 | 1B | 0 | 44 | DD | 18 | 1A |
| Octal | 62 | 74 | 122 | 47 | 33 | 0 | 104 | 335 | 30 | 32 |
| Binary | 110010 | 111100 | 1010010 | 100111 | 11011 | 0 | 1000100 | 11011101 | 11000 | 11010 |
Color Harmonies of #323C52
Complementary color
Monochromatic Colors of #323C52
Black with #323C52
Text Example
Text Example
White with #323C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C52; }
p { color: rgb(50,60,82); }
H1.HeaderClassName
{
color: #323C52;
}
.AnyTagClassName
{
color: #323C52;
}
</style>
background-color css
<style>
a { background-color: #323C52; }
a { background-color: rgb(50,60,82); }
div.DivClassName
{
background-color: #323C52;
}
.BgClassName
{
background-color: #323C52;
}
</style>
border-color css
<style>
span { border-color: #323C52; }
span { border-color: rgb(50,60,82); }
td.TdClassName
{
border-color: #323C52;
}
.TagClassName
{
border-color: #323C52;
}
</style>