Shades of Biscay #323B54
Tints of Biscay #323B54
RGB
CMYK
RGB Variations
Color information
#323B54 (or 0x323B54) is known color: Biscay. HEX triplet: 32, 3B and 54. RGB value is (50,59,84). Sum of RGB (Red+Green+Blue) = 50+59+84=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #323B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B54 is #CDC4AB. Grayscale: #3B3B3B. Windows color (decimal): -13485228 or 5520178. OLE color: 5520178.
HSL color Cylindrical-coordinate representation of color #323B54: hue angle of 224.12º 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 #323B54 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 59 | 84 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.67 |
| HSL | 224.12º | 0.25% | 0.26% | - |
| HSV(B) | 224.12º | 0.4% | 0.33% | - |
| XYZ | 4.48 | 4.45 | 9.01 | - |
| YUV | 59.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 84 | 0.40 | 0.30 | 0 | 0.67 | 224.12 | 0.25 | 0.26 |
| Hex | 32 | 3B | 54 | 28 | 1E | 0 | 43 | E0 | 19 | 1A |
| Octal | 62 | 73 | 124 | 50 | 36 | 0 | 103 | 340 | 31 | 32 |
| Binary | 110010 | 111011 | 1010100 | 101000 | 11110 | 0 | 1000011 | 11100000 | 11001 | 11010 |
Color Harmonies of #323B54
Complementary color
Monochromatic Colors of #323B54
Black with #323B54
Text Example
Text Example
White with #323B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B54; }
p { color: rgb(50,59,84); }
H1.HeaderClassName
{
color: #323B54;
}
.AnyTagClassName
{
color: #323B54;
}
</style>
background-color css
<style>
a { background-color: #323B54; }
a { background-color: rgb(50,59,84); }
div.DivClassName
{
background-color: #323B54;
}
.BgClassName
{
background-color: #323B54;
}
</style>
border-color css
<style>
span { border-color: #323B54; }
span { border-color: rgb(50,59,84); }
td.TdClassName
{
border-color: #323B54;
}
.TagClassName
{
border-color: #323B54;
}
</style>