Shades of Resolution Blue #323F86
Tints of Resolution Blue #323F86
RGB
CMYK
RGB Variations
Color information
#323F86 (or 0x323F86) is known color: Resolution Blue. HEX triplet: 32, 3F and 86. RGB value is (50,63,134). Sum of RGB (Red+Green+Blue) = 50+63+134=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #323F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F86 is #CDC079. Grayscale: #424242. Windows color (decimal): -13484154 or 8798002. OLE color: 8798002.
HSL color Cylindrical-coordinate representation of color #323F86: hue angle of 230.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323F86 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 63 | 134 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.47 |
| HSL | 230.71º | 0.46% | 0.36% | - |
| HSV(B) | 230.71º | 0.63% | 0.53% | - |
| XYZ | 7.4 | 5.95 | 23.31 | - |
| YUV | 67.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 134 | 0.63 | 0.53 | 0 | 0.47 | 230.71 | 0.46 | 0.36 |
| Hex | 32 | 3F | 86 | 3F | 35 | 0 | 2F | E7 | 2E | 24 |
| Octal | 62 | 77 | 206 | 77 | 65 | 0 | 57 | 347 | 56 | 44 |
| Binary | 110010 | 111111 | 10000110 | 111111 | 110101 | 0 | 101111 | 11100111 | 101110 | 100100 |
Color Harmonies of #323F86
Complementary color
Monochromatic Colors of #323F86
Black with #323F86
Text Example
Text Example
White with #323F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F86; }
p { color: rgb(50,63,134); }
H1.HeaderClassName
{
color: #323F86;
}
.AnyTagClassName
{
color: #323F86;
}
</style>
background-color css
<style>
a { background-color: #323F86; }
a { background-color: rgb(50,63,134); }
div.DivClassName
{
background-color: #323F86;
}
.BgClassName
{
background-color: #323F86;
}
</style>
border-color css
<style>
span { border-color: #323F86; }
span { border-color: rgb(50,63,134); }
td.TdClassName
{
border-color: #323F86;
}
.TagClassName
{
border-color: #323F86;
}
</style>