Shades of Biscay #323F58
Tints of Biscay #323F58
RGB
CMYK
RGB Variations
Color information
#323F58 (or 0x323F58) is known color: Biscay. HEX triplet: 32, 3F and 58. RGB value is (50,63,88). Sum of RGB (Red+Green+Blue) = 50+63+88=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #323F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F58 is #CDC0A7. Grayscale: #3D3D3D. Windows color (decimal): -13484200 or 5783346. OLE color: 5783346.
HSL color Cylindrical-coordinate representation of color #323F58: hue angle of 219.47º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #323F58 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 63 | 88 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.65 |
| HSL | 219.47º | 0.28% | 0.27% | - |
| HSV(B) | 219.47º | 0.43% | 0.35% | - |
| XYZ | 4.85 | 4.94 | 9.93 | - |
| YUV | 61.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 88 | 0.43 | 0.28 | 0 | 0.65 | 219.47 | 0.28 | 0.27 |
| Hex | 32 | 3F | 58 | 2B | 1C | 0 | 41 | DB | 1C | 1B |
| Octal | 62 | 77 | 130 | 53 | 34 | 0 | 101 | 333 | 34 | 33 |
| Binary | 110010 | 111111 | 1011000 | 101011 | 11100 | 0 | 1000001 | 11011011 | 11100 | 11011 |
Color Harmonies of #323F58
Complementary color
Monochromatic Colors of #323F58
Black with #323F58
Text Example
Text Example
White with #323F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F58; }
p { color: rgb(50,63,88); }
H1.HeaderClassName
{
color: #323F58;
}
.AnyTagClassName
{
color: #323F58;
}
</style>
background-color css
<style>
a { background-color: #323F58; }
a { background-color: rgb(50,63,88); }
div.DivClassName
{
background-color: #323F58;
}
.BgClassName
{
background-color: #323F58;
}
</style>
border-color css
<style>
span { border-color: #323F58; }
span { border-color: rgb(50,63,88); }
td.TdClassName
{
border-color: #323F58;
}
.TagClassName
{
border-color: #323F58;
}
</style>