Shades of Resolution Blue #324176
Tints of Resolution Blue #324176
RGB
CMYK
RGB Variations
Color information
#324176 (or 0x324176) is known color: Resolution Blue. HEX triplet: 32, 41 and 76. RGB value is (50,65,118). Sum of RGB (Red+Green+Blue) = 50+65+118=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #324176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324176 is #CDBE89. Grayscale: #424242. Windows color (decimal): -13483658 or 7749938. OLE color: 7749938.
HSL color Cylindrical-coordinate representation of color #324176: hue angle of 226.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324176 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 65 | 118 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.54 |
| HSL | 226.76º | 0.4% | 0.33% | - |
| HSV(B) | 226.76º | 0.58% | 0.46% | - |
| XYZ | 6.48 | 5.77 | 17.91 | - |
| YUV | 66.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 118 | 0.58 | 0.45 | 0 | 0.54 | 226.76 | 0.4 | 0.33 |
| Hex | 32 | 41 | 76 | 3A | 2D | 0 | 36 | E3 | 28 | 21 |
| Octal | 62 | 101 | 166 | 72 | 55 | 0 | 66 | 343 | 50 | 41 |
| Binary | 110010 | 1000001 | 1110110 | 111010 | 101101 | 0 | 110110 | 11100011 | 101000 | 100001 |
Color Harmonies of #324176
Complementary color
Monochromatic Colors of #324176
Black with #324176
Text Example
Text Example
White with #324176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324176; }
p { color: rgb(50,65,118); }
H1.HeaderClassName
{
color: #324176;
}
.AnyTagClassName
{
color: #324176;
}
</style>
background-color css
<style>
a { background-color: #324176; }
a { background-color: rgb(50,65,118); }
div.DivClassName
{
background-color: #324176;
}
.BgClassName
{
background-color: #324176;
}
</style>
border-color css
<style>
span { border-color: #324176; }
span { border-color: rgb(50,65,118); }
td.TdClassName
{
border-color: #324176;
}
.TagClassName
{
border-color: #324176;
}
</style>