Shades of Resolution Blue #324082
Tints of Resolution Blue #324082
RGB
CMYK
RGB Variations
Color information
#324082 (or 0x324082) is known color: Resolution Blue. HEX triplet: 32, 40 and 82. RGB value is (50,64,130). Sum of RGB (Red+Green+Blue) = 50+64+130=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #324082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324082 is #CDBF7D. Grayscale: #434343. Windows color (decimal): -13483902 or 8536114. OLE color: 8536114.
HSL color Cylindrical-coordinate representation of color #324082: hue angle of 229.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324082 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 64 | 130 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.49 |
| HSL | 229.5º | 0.44% | 0.35% | - |
| HSV(B) | 229.5º | 0.62% | 0.51% | - |
| XYZ | 7.18 | 5.96 | 21.89 | - |
| YUV | 67.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 130 | 0.62 | 0.51 | 0 | 0.49 | 229.5 | 0.44 | 0.35 |
| Hex | 32 | 40 | 82 | 3E | 33 | 0 | 31 | E6 | 2C | 23 |
| Octal | 62 | 100 | 202 | 76 | 63 | 0 | 61 | 346 | 54 | 43 |
| Binary | 110010 | 1000000 | 10000010 | 111110 | 110011 | 0 | 110001 | 11100110 | 101100 | 100011 |
Color Harmonies of #324082
Complementary color
Monochromatic Colors of #324082
Black with #324082
Text Example
Text Example
White with #324082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324082; }
p { color: rgb(50,64,130); }
H1.HeaderClassName
{
color: #324082;
}
.AnyTagClassName
{
color: #324082;
}
</style>
background-color css
<style>
a { background-color: #324082; }
a { background-color: rgb(50,64,130); }
div.DivClassName
{
background-color: #324082;
}
.BgClassName
{
background-color: #324082;
}
</style>
border-color css
<style>
span { border-color: #324082; }
span { border-color: rgb(50,64,130); }
td.TdClassName
{
border-color: #324082;
}
.TagClassName
{
border-color: #324082;
}
</style>