Shades of Resolution Blue #323F84
Tints of Resolution Blue #323F84
RGB
CMYK
RGB Variations
Color information
#323F84 (or 0x323F84) is known color: Resolution Blue. HEX triplet: 32, 3F and 84. RGB value is (50,63,132). Sum of RGB (Red+Green+Blue) = 50+63+132=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #323F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F84 is #CDC07B. Grayscale: #424242. Windows color (decimal): -13484156 or 8666930. OLE color: 8666930.
HSL color Cylindrical-coordinate representation of color #323F84: hue angle of 230.49º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323F84 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 63 | 132 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.48 |
| HSL | 230.49º | 0.45% | 0.36% | - |
| HSV(B) | 230.49º | 0.62% | 0.52% | - |
| XYZ | 7.26 | 5.9 | 22.59 | - |
| YUV | 66.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 132 | 0.62 | 0.52 | 0 | 0.48 | 230.49 | 0.45 | 0.36 |
| Hex | 32 | 3F | 84 | 3E | 34 | 0 | 30 | E6 | 2D | 24 |
| Octal | 62 | 77 | 204 | 76 | 64 | 0 | 60 | 346 | 55 | 44 |
| Binary | 110010 | 111111 | 10000100 | 111110 | 110100 | 0 | 110000 | 11100110 | 101101 | 100100 |
Color Harmonies of #323F84
Complementary color
Monochromatic Colors of #323F84
Black with #323F84
Text Example
Text Example
White with #323F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F84; }
p { color: rgb(50,63,132); }
H1.HeaderClassName
{
color: #323F84;
}
.AnyTagClassName
{
color: #323F84;
}
</style>
background-color css
<style>
a { background-color: #323F84; }
a { background-color: rgb(50,63,132); }
div.DivClassName
{
background-color: #323F84;
}
.BgClassName
{
background-color: #323F84;
}
</style>
border-color css
<style>
span { border-color: #323F84; }
span { border-color: rgb(50,63,132); }
td.TdClassName
{
border-color: #323F84;
}
.TagClassName
{
border-color: #323F84;
}
</style>