Shades of Resolution Blue #32416E
Tints of Resolution Blue #32416E
RGB
CMYK
RGB Variations
Color information
#32416E (or 0x32416E) is known color: Resolution Blue. HEX triplet: 32, 41 and 6E. RGB value is (50,65,110). Sum of RGB (Red+Green+Blue) = 50+65+110=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #32416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32416E is #CDBE91. Grayscale: #414141. Windows color (decimal): -13483666 or 7225650. OLE color: 7225650.
HSL color Cylindrical-coordinate representation of color #32416E: hue angle of 225º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32416E is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 65 | 110 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.57 |
| HSL | 225º | 0.38% | 0.31% | - |
| HSV(B) | 225º | 0.55% | 0.43% | - |
| XYZ | 6.02 | 5.58 | 15.51 | - |
| YUV | 65.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 110 | 0.55 | 0.41 | 0 | 0.57 | 225 | 0.38 | 0.31 |
| Hex | 32 | 41 | 6E | 37 | 29 | 0 | 39 | E1 | 26 | 1F |
| Octal | 62 | 101 | 156 | 67 | 51 | 0 | 71 | 341 | 46 | 37 |
| Binary | 110010 | 1000001 | 1101110 | 110111 | 101001 | 0 | 111001 | 11100001 | 100110 | 11111 |
Color Harmonies of #32416E
Complementary color
Monochromatic Colors of #32416E
Black with #32416E
Text Example
Text Example
White with #32416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32416E; }
p { color: rgb(50,65,110); }
H1.HeaderClassName
{
color: #32416E;
}
.AnyTagClassName
{
color: #32416E;
}
</style>
background-color css
<style>
a { background-color: #32416E; }
a { background-color: rgb(50,65,110); }
div.DivClassName
{
background-color: #32416E;
}
.BgClassName
{
background-color: #32416E;
}
</style>
border-color css
<style>
span { border-color: #32416E; }
span { border-color: rgb(50,65,110); }
td.TdClassName
{
border-color: #32416E;
}
.TagClassName
{
border-color: #32416E;
}
</style>