Shades of Resolution Blue #324184
Tints of Resolution Blue #324184
RGB
CMYK
RGB Variations
Color information
#324184 (or 0x324184) is known color: Resolution Blue. HEX triplet: 32, 41 and 84. RGB value is (50,65,132). Sum of RGB (Red+Green+Blue) = 50+65+132=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #324184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324184 is #CDBE7B. Grayscale: #434343. Windows color (decimal): -13483644 or 8667442. OLE color: 8667442.
HSL color Cylindrical-coordinate representation of color #324184: hue angle of 229.02º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324184 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 65 | 132 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.48 |
| HSL | 229.02º | 0.45% | 0.36% | - |
| HSV(B) | 229.02º | 0.62% | 0.52% | - |
| XYZ | 7.37 | 6.12 | 22.62 | - |
| YUV | 68.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 132 | 0.62 | 0.51 | 0 | 0.48 | 229.02 | 0.45 | 0.36 |
| Hex | 32 | 41 | 84 | 3E | 33 | 0 | 30 | E5 | 2D | 24 |
| Octal | 62 | 101 | 204 | 76 | 63 | 0 | 60 | 345 | 55 | 44 |
| Binary | 110010 | 1000001 | 10000100 | 111110 | 110011 | 0 | 110000 | 11100101 | 101101 | 100100 |
Color Harmonies of #324184
Complementary color
Monochromatic Colors of #324184
Black with #324184
Text Example
Text Example
White with #324184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324184; }
p { color: rgb(50,65,132); }
H1.HeaderClassName
{
color: #324184;
}
.AnyTagClassName
{
color: #324184;
}
</style>
background-color css
<style>
a { background-color: #324184; }
a { background-color: rgb(50,65,132); }
div.DivClassName
{
background-color: #324184;
}
.BgClassName
{
background-color: #324184;
}
</style>
border-color css
<style>
span { border-color: #324184; }
span { border-color: rgb(50,65,132); }
td.TdClassName
{
border-color: #324184;
}
.TagClassName
{
border-color: #324184;
}
</style>