Shades of Resolution Blue #324875
Tints of Resolution Blue #324875
RGB
CMYK
RGB Variations
Color information
#324875 (or 0x324875) is known color: Resolution Blue. HEX triplet: 32, 48 and 75. RGB value is (50,72,117). Sum of RGB (Red+Green+Blue) = 50+72+117=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #324875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324875 is #CDB78A. Grayscale: #464646. Windows color (decimal): -13481867 or 7686194. OLE color: 7686194.
HSL color Cylindrical-coordinate representation of color #324875: hue angle of 220.3º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324875 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 72 | 117 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.54 |
| HSL | 220.3º | 0.4% | 0.33% | - |
| HSV(B) | 220.3º | 0.57% | 0.46% | - |
| XYZ | 6.84 | 6.6 | 17.74 | - |
| YUV | 70.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 117 | 0.57 | 0.38 | 0 | 0.54 | 220.3 | 0.4 | 0.33 |
| Hex | 32 | 48 | 75 | 39 | 26 | 0 | 36 | DC | 28 | 21 |
| Octal | 62 | 110 | 165 | 71 | 46 | 0 | 66 | 334 | 50 | 41 |
| Binary | 110010 | 1001000 | 1110101 | 111001 | 100110 | 0 | 110110 | 11011100 | 101000 | 100001 |
Color Harmonies of #324875
Complementary color
Monochromatic Colors of #324875
Black with #324875
Text Example
Text Example
White with #324875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324875; }
p { color: rgb(50,72,117); }
H1.HeaderClassName
{
color: #324875;
}
.AnyTagClassName
{
color: #324875;
}
</style>
background-color css
<style>
a { background-color: #324875; }
a { background-color: rgb(50,72,117); }
div.DivClassName
{
background-color: #324875;
}
.BgClassName
{
background-color: #324875;
}
</style>
border-color css
<style>
span { border-color: #324875; }
span { border-color: rgb(50,72,117); }
td.TdClassName
{
border-color: #324875;
}
.TagClassName
{
border-color: #324875;
}
</style>