Shades of Biscay #323D52
Tints of Biscay #323D52
RGB
CMYK
RGB Variations
Color information
#323D52 (or 0x323D52) is known color: Biscay. HEX triplet: 32, 3D and 52. RGB value is (50,61,82). Sum of RGB (Red+Green+Blue) = 50+61+82=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #323D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D52 is #CDC2AD. Grayscale: #3C3C3C. Windows color (decimal): -13484718 or 5389618. OLE color: 5389618.
HSL color Cylindrical-coordinate representation of color #323D52: hue angle of 219.38º 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 #323D52 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 61 | 82 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.68 |
| HSL | 219.38º | 0.24% | 0.26% | - |
| HSV(B) | 219.38º | 0.39% | 0.32% | - |
| XYZ | 4.51 | 4.62 | 8.64 | - |
| YUV | 60.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 82 | 0.39 | 0.26 | 0 | 0.68 | 219.38 | 0.24 | 0.26 |
| Hex | 32 | 3D | 52 | 27 | 1A | 0 | 44 | DB | 18 | 1A |
| Octal | 62 | 75 | 122 | 47 | 32 | 0 | 104 | 333 | 30 | 32 |
| Binary | 110010 | 111101 | 1010010 | 100111 | 11010 | 0 | 1000100 | 11011011 | 11000 | 11010 |
Color Harmonies of #323D52
Complementary color
Monochromatic Colors of #323D52
Black with #323D52
Text Example
Text Example
White with #323D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D52; }
p { color: rgb(50,61,82); }
H1.HeaderClassName
{
color: #323D52;
}
.AnyTagClassName
{
color: #323D52;
}
</style>
background-color css
<style>
a { background-color: #323D52; }
a { background-color: rgb(50,61,82); }
div.DivClassName
{
background-color: #323D52;
}
.BgClassName
{
background-color: #323D52;
}
</style>
border-color css
<style>
span { border-color: #323D52; }
span { border-color: rgb(50,61,82); }
td.TdClassName
{
border-color: #323D52;
}
.TagClassName
{
border-color: #323D52;
}
</style>