Shades of Resolution Blue #32466F
Tints of Resolution Blue #32466F
RGB
CMYK
RGB Variations
Color information
#32466F (or 0x32466F) is known color: Resolution Blue. HEX triplet: 32, 46 and 6F. RGB value is (50,70,111). Sum of RGB (Red+Green+Blue) = 50+70+111=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #32466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32466F is #CDB990. Grayscale: #444444. Windows color (decimal): -13482385 or 7292466. OLE color: 7292466.
HSL color Cylindrical-coordinate representation of color #32466F: hue angle of 220.33º 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 #32466F is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 70 | 111 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.56 |
| HSL | 220.33º | 0.38% | 0.32% | - |
| HSV(B) | 220.33º | 0.55% | 0.44% | - |
| XYZ | 6.37 | 6.21 | 15.9 | - |
| YUV | 68.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 111 | 0.55 | 0.37 | 0 | 0.56 | 220.33 | 0.38 | 0.32 |
| Hex | 32 | 46 | 6F | 37 | 25 | 0 | 38 | DC | 26 | 20 |
| Octal | 62 | 106 | 157 | 67 | 45 | 0 | 70 | 334 | 46 | 40 |
| Binary | 110010 | 1000110 | 1101111 | 110111 | 100101 | 0 | 111000 | 11011100 | 100110 | 100000 |
Color Harmonies of #32466F
Complementary color
Monochromatic Colors of #32466F
Black with #32466F
Text Example
Text Example
White with #32466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32466F; }
p { color: rgb(50,70,111); }
H1.HeaderClassName
{
color: #32466F;
}
.AnyTagClassName
{
color: #32466F;
}
</style>
background-color css
<style>
a { background-color: #32466F; }
a { background-color: rgb(50,70,111); }
div.DivClassName
{
background-color: #32466F;
}
.BgClassName
{
background-color: #32466F;
}
</style>
border-color css
<style>
span { border-color: #32466F; }
span { border-color: rgb(50,70,111); }
td.TdClassName
{
border-color: #32466F;
}
.TagClassName
{
border-color: #32466F;
}
</style>