Shades of Resolution Blue #32426F
Tints of Resolution Blue #32426F
RGB
CMYK
RGB Variations
Color information
#32426F (or 0x32426F) is known color: Resolution Blue. HEX triplet: 32, 42 and 6F. RGB value is (50,66,111). Sum of RGB (Red+Green+Blue) = 50+66+111=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #32426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32426F is #CDBD90. Grayscale: #424242. Windows color (decimal): -13483409 or 7291442. OLE color: 7291442.
HSL color Cylindrical-coordinate representation of color #32426F: hue angle of 224.26º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32426F is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 66 | 111 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.56 |
| HSL | 224.26º | 0.38% | 0.32% | - |
| HSV(B) | 224.26º | 0.55% | 0.44% | - |
| XYZ | 6.13 | 5.72 | 15.82 | - |
| YUV | 66.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 111 | 0.55 | 0.41 | 0 | 0.56 | 224.26 | 0.38 | 0.32 |
| Hex | 32 | 42 | 6F | 37 | 29 | 0 | 38 | E0 | 26 | 20 |
| Octal | 62 | 102 | 157 | 67 | 51 | 0 | 70 | 340 | 46 | 40 |
| Binary | 110010 | 1000010 | 1101111 | 110111 | 101001 | 0 | 111000 | 11100000 | 100110 | 100000 |
Color Harmonies of #32426F
Complementary color
Monochromatic Colors of #32426F
Black with #32426F
Text Example
Text Example
White with #32426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32426F; }
p { color: rgb(50,66,111); }
H1.HeaderClassName
{
color: #32426F;
}
.AnyTagClassName
{
color: #32426F;
}
</style>
background-color css
<style>
a { background-color: #32426F; }
a { background-color: rgb(50,66,111); }
div.DivClassName
{
background-color: #32426F;
}
.BgClassName
{
background-color: #32426F;
}
</style>
border-color css
<style>
span { border-color: #32426F; }
span { border-color: rgb(50,66,111); }
td.TdClassName
{
border-color: #32426F;
}
.TagClassName
{
border-color: #32426F;
}
</style>