Shades of Resolution Blue #324372
Tints of Resolution Blue #324372
RGB
CMYK
RGB Variations
Color information
#324372 (or 0x324372) is known color: Resolution Blue. HEX triplet: 32, 43 and 72. RGB value is (50,67,114). Sum of RGB (Red+Green+Blue) = 50+67+114=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #324372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324372 is #CDBC8D. Grayscale: #434343. Windows color (decimal): -13483150 or 7488306. OLE color: 7488306.
HSL color Cylindrical-coordinate representation of color #324372: hue angle of 224.06º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324372 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 67 | 114 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.55 |
| HSL | 224.06º | 0.39% | 0.32% | - |
| HSV(B) | 224.06º | 0.56% | 0.45% | - |
| XYZ | 6.36 | 5.91 | 16.72 | - |
| YUV | 67.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 114 | 0.56 | 0.41 | 0 | 0.55 | 224.06 | 0.39 | 0.32 |
| Hex | 32 | 43 | 72 | 38 | 29 | 0 | 37 | E0 | 27 | 20 |
| Octal | 62 | 103 | 162 | 70 | 51 | 0 | 67 | 340 | 47 | 40 |
| Binary | 110010 | 1000011 | 1110010 | 111000 | 101001 | 0 | 110111 | 11100000 | 100111 | 100000 |
Color Harmonies of #324372
Complementary color
Monochromatic Colors of #324372
Black with #324372
Text Example
Text Example
White with #324372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324372; }
p { color: rgb(50,67,114); }
H1.HeaderClassName
{
color: #324372;
}
.AnyTagClassName
{
color: #324372;
}
</style>
background-color css
<style>
a { background-color: #324372; }
a { background-color: rgb(50,67,114); }
div.DivClassName
{
background-color: #324372;
}
.BgClassName
{
background-color: #324372;
}
</style>
border-color css
<style>
span { border-color: #324372; }
span { border-color: rgb(50,67,114); }
td.TdClassName
{
border-color: #324372;
}
.TagClassName
{
border-color: #324372;
}
</style>