Shades of Resolution Blue #324873
Tints of Resolution Blue #324873
RGB
CMYK
RGB Variations
Color information
#324873 (or 0x324873) is known color: Resolution Blue. HEX triplet: 32, 48 and 73. RGB value is (50,72,115). Sum of RGB (Red+Green+Blue) = 50+72+115=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #324873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324873 is #CDB78C. Grayscale: #464646. Windows color (decimal): -13481869 or 7555122. OLE color: 7555122.
HSL color Cylindrical-coordinate representation of color #324873: hue angle of 219.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324873 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 72 | 115 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.55 |
| HSL | 219.69º | 0.39% | 0.32% | - |
| HSV(B) | 219.69º | 0.57% | 0.45% | - |
| XYZ | 6.73 | 6.55 | 17.13 | - |
| YUV | 70.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 115 | 0.57 | 0.37 | 0 | 0.55 | 219.69 | 0.39 | 0.32 |
| Hex | 32 | 48 | 73 | 39 | 25 | 0 | 37 | DC | 27 | 20 |
| Octal | 62 | 110 | 163 | 71 | 45 | 0 | 67 | 334 | 47 | 40 |
| Binary | 110010 | 1001000 | 1110011 | 111001 | 100101 | 0 | 110111 | 11011100 | 100111 | 100000 |
Color Harmonies of #324873
Complementary color
Monochromatic Colors of #324873
Black with #324873
Text Example
Text Example
White with #324873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324873; }
p { color: rgb(50,72,115); }
H1.HeaderClassName
{
color: #324873;
}
.AnyTagClassName
{
color: #324873;
}
</style>
background-color css
<style>
a { background-color: #324873; }
a { background-color: rgb(50,72,115); }
div.DivClassName
{
background-color: #324873;
}
.BgClassName
{
background-color: #324873;
}
</style>
border-color css
<style>
span { border-color: #324873; }
span { border-color: rgb(50,72,115); }
td.TdClassName
{
border-color: #324873;
}
.TagClassName
{
border-color: #324873;
}
</style>