Shades of Biscay #323C53
Tints of Biscay #323C53
RGB
CMYK
RGB Variations
Color information
#323C53 (or 0x323C53) is known color: Biscay. HEX triplet: 32, 3C and 53. RGB value is (50,60,83). Sum of RGB (Red+Green+Blue) = 50+60+83=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #323C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C53 is #CDC3AC. Grayscale: #3B3B3B. Windows color (decimal): -13484973 or 5454898. OLE color: 5454898.
HSL color Cylindrical-coordinate representation of color #323C53: hue angle of 221.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #323C53 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 60 | 83 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.67 |
| HSL | 221.82º | 0.25% | 0.26% | - |
| HSV(B) | 221.82º | 0.4% | 0.33% | - |
| XYZ | 4.49 | 4.53 | 8.82 | - |
| YUV | 59.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 83 | 0.40 | 0.28 | 0 | 0.67 | 221.82 | 0.25 | 0.26 |
| Hex | 32 | 3C | 53 | 28 | 1C | 0 | 43 | DE | 19 | 1A |
| Octal | 62 | 74 | 123 | 50 | 34 | 0 | 103 | 336 | 31 | 32 |
| Binary | 110010 | 111100 | 1010011 | 101000 | 11100 | 0 | 1000011 | 11011110 | 11001 | 11010 |
Color Harmonies of #323C53
Complementary color
Monochromatic Colors of #323C53
Black with #323C53
Text Example
Text Example
White with #323C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C53; }
p { color: rgb(50,60,83); }
H1.HeaderClassName
{
color: #323C53;
}
.AnyTagClassName
{
color: #323C53;
}
</style>
background-color css
<style>
a { background-color: #323C53; }
a { background-color: rgb(50,60,83); }
div.DivClassName
{
background-color: #323C53;
}
.BgClassName
{
background-color: #323C53;
}
</style>
border-color css
<style>
span { border-color: #323C53; }
span { border-color: rgb(50,60,83); }
td.TdClassName
{
border-color: #323C53;
}
.TagClassName
{
border-color: #323C53;
}
</style>