Shades of Resolution Blue #324180
Tints of Resolution Blue #324180
RGB
CMYK
RGB Variations
Color information
#324180 (or 0x324180) is known color: Resolution Blue. HEX triplet: 32, 41 and 80. RGB value is (50,65,128). Sum of RGB (Red+Green+Blue) = 50+65+128=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #324180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324180 is #CDBE7F. Grayscale: #434343. Windows color (decimal): -13483648 or 8405298. OLE color: 8405298.
HSL color Cylindrical-coordinate representation of color #324180: hue angle of 228.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #324180 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 65 | 128 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.50 |
| HSL | 228.46º | 0.44% | 0.35% | - |
| HSV(B) | 228.46º | 0.61% | 0.5% | - |
| XYZ | 7.1 | 6.02 | 21.21 | - |
| YUV | 67.7 | 162.03 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 128 | 0.61 | 0.49 | 0 | 0.50 | 228.46 | 0.44 | 0.35 |
| Hex | 32 | 41 | 80 | 3D | 31 | 0 | 32 | E4 | 2C | 23 |
| Octal | 62 | 101 | 200 | 75 | 61 | 0 | 62 | 344 | 54 | 43 |
| Binary | 110010 | 1000001 | 10000000 | 111101 | 110001 | 0 | 110010 | 11100100 | 101100 | 100011 |
Color Harmonies of #324180
Complementary color
Monochromatic Colors of #324180
Black with #324180
Text Example
Text Example
White with #324180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324180; }
p { color: rgb(50,65,128); }
H1.HeaderClassName
{
color: #324180;
}
.AnyTagClassName
{
color: #324180;
}
</style>
background-color css
<style>
a { background-color: #324180; }
a { background-color: rgb(50,65,128); }
div.DivClassName
{
background-color: #324180;
}
.BgClassName
{
background-color: #324180;
}
</style>
border-color css
<style>
span { border-color: #324180; }
span { border-color: rgb(50,65,128); }
td.TdClassName
{
border-color: #324180;
}
.TagClassName
{
border-color: #324180;
}
</style>