Shades of Resolution Blue #32417F
Tints of Resolution Blue #32417F
RGB
CMYK
RGB Variations
Color information
#32417F (or 0x32417F) is known color: Resolution Blue. HEX triplet: 32, 41 and 7F. RGB value is (50,65,127). Sum of RGB (Red+Green+Blue) = 50+65+127=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #32417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32417F is #CDBE80. Grayscale: #434343. Windows color (decimal): -13483649 or 8339762. OLE color: 8339762.
HSL color Cylindrical-coordinate representation of color #32417F: hue angle of 228.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32417F is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 65 | 127 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.50 |
| HSL | 228.31º | 0.44% | 0.35% | - |
| HSV(B) | 228.31º | 0.61% | 0.5% | - |
| XYZ | 7.04 | 5.99 | 20.86 | - |
| YUV | 67.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 127 | 0.61 | 0.49 | 0 | 0.50 | 228.31 | 0.44 | 0.35 |
| Hex | 32 | 41 | 7F | 3D | 31 | 0 | 32 | E4 | 2C | 23 |
| Octal | 62 | 101 | 177 | 75 | 61 | 0 | 62 | 344 | 54 | 43 |
| Binary | 110010 | 1000001 | 1111111 | 111101 | 110001 | 0 | 110010 | 11100100 | 101100 | 100011 |
Color Harmonies of #32417F
Complementary color
Monochromatic Colors of #32417F
Black with #32417F
Text Example
Text Example
White with #32417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32417F; }
p { color: rgb(50,65,127); }
H1.HeaderClassName
{
color: #32417F;
}
.AnyTagClassName
{
color: #32417F;
}
</style>
background-color css
<style>
a { background-color: #32417F; }
a { background-color: rgb(50,65,127); }
div.DivClassName
{
background-color: #32417F;
}
.BgClassName
{
background-color: #32417F;
}
</style>
border-color css
<style>
span { border-color: #32417F; }
span { border-color: rgb(50,65,127); }
td.TdClassName
{
border-color: #32417F;
}
.TagClassName
{
border-color: #32417F;
}
</style>