Shades of Resolution Blue #324381
Tints of Resolution Blue #324381
RGB
CMYK
RGB Variations
Color information
#324381 (or 0x324381) is known color: Resolution Blue. HEX triplet: 32, 43 and 81. RGB value is (50,67,129). Sum of RGB (Red+Green+Blue) = 50+67+129=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #324381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324381 is #CDBC7E. Grayscale: #444444. Windows color (decimal): -13483135 or 8471346. OLE color: 8471346.
HSL color Cylindrical-coordinate representation of color #324381: hue angle of 227.09º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #324381 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 67 | 129 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.49 |
| HSL | 227.09º | 0.44% | 0.35% | - |
| HSV(B) | 227.09º | 0.61% | 0.51% | - |
| XYZ | 7.28 | 6.28 | 21.6 | - |
| YUV | 68.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 129 | 0.61 | 0.48 | 0 | 0.49 | 227.09 | 0.44 | 0.35 |
| Hex | 32 | 43 | 81 | 3D | 30 | 0 | 31 | E3 | 2C | 23 |
| Octal | 62 | 103 | 201 | 75 | 60 | 0 | 61 | 343 | 54 | 43 |
| Binary | 110010 | 1000011 | 10000001 | 111101 | 110000 | 0 | 110001 | 11100011 | 101100 | 100011 |
Color Harmonies of #324381
Complementary color
Monochromatic Colors of #324381
Black with #324381
Text Example
Text Example
White with #324381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324381; }
p { color: rgb(50,67,129); }
H1.HeaderClassName
{
color: #324381;
}
.AnyTagClassName
{
color: #324381;
}
</style>
background-color css
<style>
a { background-color: #324381; }
a { background-color: rgb(50,67,129); }
div.DivClassName
{
background-color: #324381;
}
.BgClassName
{
background-color: #324381;
}
</style>
border-color css
<style>
span { border-color: #324381; }
span { border-color: rgb(50,67,129); }
td.TdClassName
{
border-color: #324381;
}
.TagClassName
{
border-color: #324381;
}
</style>