Shades of Resolution Blue #324284
Tints of Resolution Blue #324284
RGB
CMYK
RGB Variations
Color information
#324284 (or 0x324284) is known color: Resolution Blue. HEX triplet: 32, 42 and 84. RGB value is (50,66,132). Sum of RGB (Red+Green+Blue) = 50+66+132=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #324284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324284 is #CDBD7B. Grayscale: #444444. Windows color (decimal): -13483388 or 8667698. OLE color: 8667698.
HSL color Cylindrical-coordinate representation of color #324284: hue angle of 228.29º 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 #324284 is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 66 | 132 | - |
| CMYK | 0.62 | 0.5 | 0 | 0.48 |
| HSL | 228.29º | 0.45% | 0.36% | - |
| HSV(B) | 228.29º | 0.62% | 0.52% | - |
| XYZ | 7.43 | 6.24 | 22.64 | - |
| YUV | 68.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 132 | 0.62 | 0.5 | 0 | 0.48 | 228.29 | 0.45 | 0.36 |
| Hex | 32 | 42 | 84 | 3E | 32 | 0 | 30 | E4 | 2D | 24 |
| Octal | 62 | 102 | 204 | 76 | 62 | 0 | 60 | 344 | 55 | 44 |
| Binary | 110010 | 1000010 | 10000100 | 111110 | 110010 | 0 | 110000 | 11100100 | 101101 | 100100 |
Color Harmonies of #324284
Complementary color
Monochromatic Colors of #324284
Black with #324284
Text Example
Text Example
White with #324284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324284; }
p { color: rgb(50,66,132); }
H1.HeaderClassName
{
color: #324284;
}
.AnyTagClassName
{
color: #324284;
}
</style>
background-color css
<style>
a { background-color: #324284; }
a { background-color: rgb(50,66,132); }
div.DivClassName
{
background-color: #324284;
}
.BgClassName
{
background-color: #324284;
}
</style>
border-color css
<style>
span { border-color: #324284; }
span { border-color: rgb(50,66,132); }
td.TdClassName
{
border-color: #324284;
}
.TagClassName
{
border-color: #324284;
}
</style>