Shades of Resolution Blue #32426C
Tints of Resolution Blue #32426C
RGB
CMYK
RGB Variations
Color information
#32426C (or 0x32426C) is known color: Resolution Blue. HEX triplet: 32, 42 and 6C. RGB value is (50,66,108). Sum of RGB (Red+Green+Blue) = 50+66+108=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #32426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32426C is #CDBD93. Grayscale: #414141. Windows color (decimal): -13483412 or 7094834. OLE color: 7094834.
HSL color Cylindrical-coordinate representation of color #32426C: hue angle of 223.45º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32426C is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 66 | 108 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.58 |
| HSL | 223.45º | 0.37% | 0.31% | - |
| HSV(B) | 223.45º | 0.54% | 0.42% | - |
| XYZ | 5.97 | 5.66 | 14.96 | - |
| YUV | 66 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 108 | 0.54 | 0.39 | 0 | 0.58 | 223.45 | 0.37 | 0.31 |
| Hex | 32 | 42 | 6C | 36 | 27 | 0 | 3A | DF | 25 | 1F |
| Octal | 62 | 102 | 154 | 66 | 47 | 0 | 72 | 337 | 45 | 37 |
| Binary | 110010 | 1000010 | 1101100 | 110110 | 100111 | 0 | 111010 | 11011111 | 100101 | 11111 |
Color Harmonies of #32426C
Complementary color
Monochromatic Colors of #32426C
Black with #32426C
Text Example
Text Example
White with #32426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32426C; }
p { color: rgb(50,66,108); }
H1.HeaderClassName
{
color: #32426C;
}
.AnyTagClassName
{
color: #32426C;
}
</style>
background-color css
<style>
a { background-color: #32426C; }
a { background-color: rgb(50,66,108); }
div.DivClassName
{
background-color: #32426C;
}
.BgClassName
{
background-color: #32426C;
}
</style>
border-color css
<style>
span { border-color: #32426C; }
span { border-color: rgb(50,66,108); }
td.TdClassName
{
border-color: #32426C;
}
.TagClassName
{
border-color: #32426C;
}
</style>