Shades of Resolution Blue #32486F
Tints of Resolution Blue #32486F
RGB
CMYK
RGB Variations
Color information
#32486F (or 0x32486F) is known color: Resolution Blue. HEX triplet: 32, 48 and 6F. RGB value is (50,72,111). Sum of RGB (Red+Green+Blue) = 50+72+111=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #32486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32486F is #CDB790. Grayscale: #454545. Windows color (decimal): -13481873 or 7292978. OLE color: 7292978.
HSL color Cylindrical-coordinate representation of color #32486F: hue angle of 218.36º 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 #32486F is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 72 | 111 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.56 |
| HSL | 218.36º | 0.38% | 0.32% | - |
| HSV(B) | 218.36º | 0.55% | 0.44% | - |
| XYZ | 6.5 | 6.46 | 15.94 | - |
| YUV | 69.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 111 | 0.55 | 0.35 | 0 | 0.56 | 218.36 | 0.38 | 0.32 |
| Hex | 32 | 48 | 6F | 37 | 23 | 0 | 38 | DA | 26 | 20 |
| Octal | 62 | 110 | 157 | 67 | 43 | 0 | 70 | 332 | 46 | 40 |
| Binary | 110010 | 1001000 | 1101111 | 110111 | 100011 | 0 | 111000 | 11011010 | 100110 | 100000 |
Color Harmonies of #32486F
Complementary color
Monochromatic Colors of #32486F
Black with #32486F
Text Example
Text Example
White with #32486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32486F; }
p { color: rgb(50,72,111); }
H1.HeaderClassName
{
color: #32486F;
}
.AnyTagClassName
{
color: #32486F;
}
</style>
background-color css
<style>
a { background-color: #32486F; }
a { background-color: rgb(50,72,111); }
div.DivClassName
{
background-color: #32486F;
}
.BgClassName
{
background-color: #32486F;
}
</style>
border-color css
<style>
span { border-color: #32486F; }
span { border-color: rgb(50,72,111); }
td.TdClassName
{
border-color: #32486F;
}
.TagClassName
{
border-color: #32486F;
}
</style>