Shades of Resolution Blue #324178
Tints of Resolution Blue #324178
RGB
CMYK
RGB Variations
Color information
#324178 (or 0x324178) is known color: Resolution Blue. HEX triplet: 32, 41 and 78. RGB value is (50,65,120). Sum of RGB (Red+Green+Blue) = 50+65+120=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #324178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324178 is #CDBE87. Grayscale: #424242. Windows color (decimal): -13483656 or 7881010. OLE color: 7881010.
HSL color Cylindrical-coordinate representation of color #324178: hue angle of 227.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324178 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 65 | 120 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.53 |
| HSL | 227.14º | 0.41% | 0.33% | - |
| HSV(B) | 227.14º | 0.58% | 0.47% | - |
| XYZ | 6.6 | 5.81 | 18.54 | - |
| YUV | 66.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 120 | 0.58 | 0.46 | 0 | 0.53 | 227.14 | 0.41 | 0.33 |
| Hex | 32 | 41 | 78 | 3A | 2E | 0 | 35 | E3 | 29 | 21 |
| Octal | 62 | 101 | 170 | 72 | 56 | 0 | 65 | 343 | 51 | 41 |
| Binary | 110010 | 1000001 | 1111000 | 111010 | 101110 | 0 | 110101 | 11100011 | 101001 | 100001 |
Color Harmonies of #324178
Complementary color
Monochromatic Colors of #324178
Black with #324178
Text Example
Text Example
White with #324178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324178; }
p { color: rgb(50,65,120); }
H1.HeaderClassName
{
color: #324178;
}
.AnyTagClassName
{
color: #324178;
}
</style>
background-color css
<style>
a { background-color: #324178; }
a { background-color: rgb(50,65,120); }
div.DivClassName
{
background-color: #324178;
}
.BgClassName
{
background-color: #324178;
}
</style>
border-color css
<style>
span { border-color: #324178; }
span { border-color: rgb(50,65,120); }
td.TdClassName
{
border-color: #324178;
}
.TagClassName
{
border-color: #324178;
}
</style>