Shades of Resolution Blue #32426D
Tints of Resolution Blue #32426D
RGB
CMYK
RGB Variations
Color information
#32426D (or 0x32426D) is known color: Resolution Blue. HEX triplet: 32, 42 and 6D. RGB value is (50,66,109). Sum of RGB (Red+Green+Blue) = 50+66+109=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #32426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32426D is #CDBD92. Grayscale: #414141. Windows color (decimal): -13483411 or 7160370. OLE color: 7160370.
HSL color Cylindrical-coordinate representation of color #32426D: hue angle of 223.73º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32426D is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 66 | 109 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.57 |
| HSL | 223.73º | 0.37% | 0.31% | - |
| HSV(B) | 223.73º | 0.54% | 0.43% | - |
| XYZ | 6.02 | 5.68 | 15.25 | - |
| YUV | 66.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 109 | 0.54 | 0.39 | 0 | 0.57 | 223.73 | 0.37 | 0.31 |
| Hex | 32 | 42 | 6D | 36 | 27 | 0 | 39 | E0 | 25 | 1F |
| Octal | 62 | 102 | 155 | 66 | 47 | 0 | 71 | 340 | 45 | 37 |
| Binary | 110010 | 1000010 | 1101101 | 110110 | 100111 | 0 | 111001 | 11100000 | 100101 | 11111 |
Color Harmonies of #32426D
Complementary color
Monochromatic Colors of #32426D
Black with #32426D
Text Example
Text Example
White with #32426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32426D; }
p { color: rgb(50,66,109); }
H1.HeaderClassName
{
color: #32426D;
}
.AnyTagClassName
{
color: #32426D;
}
</style>
background-color css
<style>
a { background-color: #32426D; }
a { background-color: rgb(50,66,109); }
div.DivClassName
{
background-color: #32426D;
}
.BgClassName
{
background-color: #32426D;
}
</style>
border-color css
<style>
span { border-color: #32426D; }
span { border-color: rgb(50,66,109); }
td.TdClassName
{
border-color: #32426D;
}
.TagClassName
{
border-color: #32426D;
}
</style>