Shades of Resolution Blue #32437F
Tints of Resolution Blue #32437F
RGB
CMYK
RGB Variations
Color information
#32437F (or 0x32437F) is known color: Resolution Blue. HEX triplet: 32, 43 and 7F. RGB value is (50,67,127). Sum of RGB (Red+Green+Blue) = 50+67+127=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #32437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32437F is #CDBC80. Grayscale: #444444. Windows color (decimal): -13483137 or 8340274. OLE color: 8340274.
HSL color Cylindrical-coordinate representation of color #32437F: hue angle of 226.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32437F is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 67 | 127 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.50 |
| HSL | 226.75º | 0.44% | 0.35% | - |
| HSV(B) | 226.75º | 0.61% | 0.5% | - |
| XYZ | 7.15 | 6.22 | 20.9 | - |
| YUV | 68.76 | 160.87 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 127 | 0.61 | 0.47 | 0 | 0.50 | 226.75 | 0.44 | 0.35 |
| Hex | 32 | 43 | 7F | 3D | 2F | 0 | 32 | E3 | 2C | 23 |
| Octal | 62 | 103 | 177 | 75 | 57 | 0 | 62 | 343 | 54 | 43 |
| Binary | 110010 | 1000011 | 1111111 | 111101 | 101111 | 0 | 110010 | 11100011 | 101100 | 100011 |
Color Harmonies of #32437F
Complementary color
Monochromatic Colors of #32437F
Black with #32437F
Text Example
Text Example
White with #32437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32437F; }
p { color: rgb(50,67,127); }
H1.HeaderClassName
{
color: #32437F;
}
.AnyTagClassName
{
color: #32437F;
}
</style>
background-color css
<style>
a { background-color: #32437F; }
a { background-color: rgb(50,67,127); }
div.DivClassName
{
background-color: #32437F;
}
.BgClassName
{
background-color: #32437F;
}
</style>
border-color css
<style>
span { border-color: #32437F; }
span { border-color: rgb(50,67,127); }
td.TdClassName
{
border-color: #32437F;
}
.TagClassName
{
border-color: #32437F;
}
</style>