Shades of Resolution Blue #323F71
Tints of Resolution Blue #323F71
RGB
CMYK
RGB Variations
Color information
#323F71 (or 0x323F71) is known color: Resolution Blue. HEX triplet: 32, 3F and 71. RGB value is (50,63,113). Sum of RGB (Red+Green+Blue) = 50+63+113=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #323F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F71 is #CDC08E. Grayscale: #404040. Windows color (decimal): -13484175 or 7421746. OLE color: 7421746.
HSL color Cylindrical-coordinate representation of color #323F71: hue angle of 227.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #323F71 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 63 | 113 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.56 |
| HSL | 227.62º | 0.39% | 0.32% | - |
| HSV(B) | 227.62º | 0.56% | 0.44% | - |
| XYZ | 6.07 | 5.43 | 16.35 | - |
| YUV | 64.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 113 | 0.56 | 0.44 | 0 | 0.56 | 227.62 | 0.39 | 0.32 |
| Hex | 32 | 3F | 71 | 38 | 2C | 0 | 38 | E4 | 27 | 20 |
| Octal | 62 | 77 | 161 | 70 | 54 | 0 | 70 | 344 | 47 | 40 |
| Binary | 110010 | 111111 | 1110001 | 111000 | 101100 | 0 | 111000 | 11100100 | 100111 | 100000 |
Color Harmonies of #323F71
Complementary color
Monochromatic Colors of #323F71
Black with #323F71
Text Example
Text Example
White with #323F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F71; }
p { color: rgb(50,63,113); }
H1.HeaderClassName
{
color: #323F71;
}
.AnyTagClassName
{
color: #323F71;
}
</style>
background-color css
<style>
a { background-color: #323F71; }
a { background-color: rgb(50,63,113); }
div.DivClassName
{
background-color: #323F71;
}
.BgClassName
{
background-color: #323F71;
}
</style>
border-color css
<style>
span { border-color: #323F71; }
span { border-color: rgb(50,63,113); }
td.TdClassName
{
border-color: #323F71;
}
.TagClassName
{
border-color: #323F71;
}
</style>