Shades of Resolution Blue #324675
Tints of Resolution Blue #324675
RGB
CMYK
RGB Variations
Color information
#324675 (or 0x324675) is known color: Resolution Blue. HEX triplet: 32, 46 and 75. RGB value is (50,70,117). Sum of RGB (Red+Green+Blue) = 50+70+117=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #324675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324675 is #CDB98A. Grayscale: #454545. Windows color (decimal): -13482379 or 7685682. OLE color: 7685682.
HSL color Cylindrical-coordinate representation of color #324675: hue angle of 222.09º 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 #324675 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 70 | 117 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.54 |
| HSL | 222.09º | 0.4% | 0.33% | - |
| HSV(B) | 222.09º | 0.57% | 0.46% | - |
| XYZ | 6.72 | 6.34 | 17.7 | - |
| YUV | 69.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 117 | 0.57 | 0.40 | 0 | 0.54 | 222.09 | 0.4 | 0.33 |
| Hex | 32 | 46 | 75 | 39 | 28 | 0 | 36 | DE | 28 | 21 |
| Octal | 62 | 106 | 165 | 71 | 50 | 0 | 66 | 336 | 50 | 41 |
| Binary | 110010 | 1000110 | 1110101 | 111001 | 101000 | 0 | 110110 | 11011110 | 101000 | 100001 |
Color Harmonies of #324675
Complementary color
Monochromatic Colors of #324675
Black with #324675
Text Example
Text Example
White with #324675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324675; }
p { color: rgb(50,70,117); }
H1.HeaderClassName
{
color: #324675;
}
.AnyTagClassName
{
color: #324675;
}
</style>
background-color css
<style>
a { background-color: #324675; }
a { background-color: rgb(50,70,117); }
div.DivClassName
{
background-color: #324675;
}
.BgClassName
{
background-color: #324675;
}
</style>
border-color css
<style>
span { border-color: #324675; }
span { border-color: rgb(50,70,117); }
td.TdClassName
{
border-color: #324675;
}
.TagClassName
{
border-color: #324675;
}
</style>