Shades of Biscay #323F53
Tints of Biscay #323F53
RGB
CMYK
RGB Variations
Color information
#323F53 (or 0x323F53) is known color: Biscay. HEX triplet: 32, 3F and 53. RGB value is (50,63,83). Sum of RGB (Red+Green+Blue) = 50+63+83=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #323F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F53 is #CDC0AC. Grayscale: #3D3D3D. Windows color (decimal): -13484205 or 5455666. OLE color: 5455666.
HSL color Cylindrical-coordinate representation of color #323F53: hue angle of 216.36º 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 #323F53 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 63 | 83 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.67 |
| HSL | 216.36º | 0.25% | 0.26% | - |
| HSV(B) | 216.36º | 0.4% | 0.33% | - |
| XYZ | 4.65 | 4.86 | 8.88 | - |
| YUV | 61.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 83 | 0.40 | 0.24 | 0 | 0.67 | 216.36 | 0.25 | 0.26 |
| Hex | 32 | 3F | 53 | 28 | 18 | 0 | 43 | D8 | 19 | 1A |
| Octal | 62 | 77 | 123 | 50 | 30 | 0 | 103 | 330 | 31 | 32 |
| Binary | 110010 | 111111 | 1010011 | 101000 | 11000 | 0 | 1000011 | 11011000 | 11001 | 11010 |
Color Harmonies of #323F53
Complementary color
Monochromatic Colors of #323F53
Black with #323F53
Text Example
Text Example
White with #323F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F53; }
p { color: rgb(50,63,83); }
H1.HeaderClassName
{
color: #323F53;
}
.AnyTagClassName
{
color: #323F53;
}
</style>
background-color css
<style>
a { background-color: #323F53; }
a { background-color: rgb(50,63,83); }
div.DivClassName
{
background-color: #323F53;
}
.BgClassName
{
background-color: #323F53;
}
</style>
border-color css
<style>
span { border-color: #323F53; }
span { border-color: rgb(50,63,83); }
td.TdClassName
{
border-color: #323F53;
}
.TagClassName
{
border-color: #323F53;
}
</style>