Shades of Biscay #323B52
Tints of Biscay #323B52
RGB
CMYK
RGB Variations
Color information
#323B52 (or 0x323B52) is known color: Biscay. HEX triplet: 32, 3B and 52. RGB value is (50,59,82). Sum of RGB (Red+Green+Blue) = 50+59+82=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #323B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B52 is #CDC4AD. Grayscale: #3A3A3A. Windows color (decimal): -13485230 or 5389106. OLE color: 5389106.
HSL color Cylindrical-coordinate representation of color #323B52: hue angle of 223.12º 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 #323B52 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 59 | 82 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.68 |
| HSL | 223.13º | 0.24% | 0.26% | - |
| HSV(B) | 223.13º | 0.39% | 0.32% | - |
| XYZ | 4.4 | 4.42 | 8.6 | - |
| YUV | 58.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 82 | 0.39 | 0.28 | 0 | 0.68 | 223.13 | 0.24 | 0.26 |
| Hex | 32 | 3B | 52 | 27 | 1C | 0 | 44 | DF | 18 | 1A |
| Octal | 62 | 73 | 122 | 47 | 34 | 0 | 104 | 337 | 30 | 32 |
| Binary | 110010 | 111011 | 1010010 | 100111 | 11100 | 0 | 1000100 | 11011111 | 11000 | 11010 |
Color Harmonies of #323B52
Complementary color
Monochromatic Colors of #323B52
Black with #323B52
Text Example
Text Example
White with #323B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B52; }
p { color: rgb(50,59,82); }
H1.HeaderClassName
{
color: #323B52;
}
.AnyTagClassName
{
color: #323B52;
}
</style>
background-color css
<style>
a { background-color: #323B52; }
a { background-color: rgb(50,59,82); }
div.DivClassName
{
background-color: #323B52;
}
.BgClassName
{
background-color: #323B52;
}
</style>
border-color css
<style>
span { border-color: #323B52; }
span { border-color: rgb(50,59,82); }
td.TdClassName
{
border-color: #323B52;
}
.TagClassName
{
border-color: #323B52;
}
</style>