Shades of Resolution Blue #323F85
Tints of Resolution Blue #323F85
RGB
CMYK
RGB Variations
Color information
#323F85 (or 0x323F85) is known color: Resolution Blue. HEX triplet: 32, 3F and 85. RGB value is (50,63,133). Sum of RGB (Red+Green+Blue) = 50+63+133=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #323F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F85 is #CDC07A. Grayscale: #424242. Windows color (decimal): -13484155 or 8732466. OLE color: 8732466.
HSL color Cylindrical-coordinate representation of color #323F85: hue angle of 230.6º 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 #323F85 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 63 | 133 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.48 |
| HSL | 230.6º | 0.45% | 0.36% | - |
| HSV(B) | 230.6º | 0.62% | 0.52% | - |
| XYZ | 7.33 | 5.93 | 22.95 | - |
| YUV | 67.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 133 | 0.62 | 0.53 | 0 | 0.48 | 230.6 | 0.45 | 0.36 |
| Hex | 32 | 3F | 85 | 3E | 35 | 0 | 30 | E7 | 2D | 24 |
| Octal | 62 | 77 | 205 | 76 | 65 | 0 | 60 | 347 | 55 | 44 |
| Binary | 110010 | 111111 | 10000101 | 111110 | 110101 | 0 | 110000 | 11100111 | 101101 | 100100 |
Color Harmonies of #323F85
Complementary color
Monochromatic Colors of #323F85
Black with #323F85
Text Example
Text Example
White with #323F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F85; }
p { color: rgb(50,63,133); }
H1.HeaderClassName
{
color: #323F85;
}
.AnyTagClassName
{
color: #323F85;
}
</style>
background-color css
<style>
a { background-color: #323F85; }
a { background-color: rgb(50,63,133); }
div.DivClassName
{
background-color: #323F85;
}
.BgClassName
{
background-color: #323F85;
}
</style>
border-color css
<style>
span { border-color: #323F85; }
span { border-color: rgb(50,63,133); }
td.TdClassName
{
border-color: #323F85;
}
.TagClassName
{
border-color: #323F85;
}
</style>