Shades of Resolution Blue #213282
Tints of Resolution Blue #213282
RGB
CMYK
RGB Variations
Color information
#213282 (or 0x213282) is known color: Resolution Blue. HEX triplet: 21, 32 and 82. RGB value is (33,50,130). Sum of RGB (Red+Green+Blue) = 33+50+130=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #213282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213282 is #DECD7D. Grayscale: #353535. Windows color (decimal): -14601598 or 8532513. OLE color: 8532513.
HSL color Cylindrical-coordinate representation of color #213282: hue angle of 229.48º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213282 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 50 | 130 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.49 |
| HSL | 229.48º | 0.6% | 0.32% | - |
| HSV(B) | 229.48º | 0.75% | 0.51% | - |
| XYZ | 5.8 | 4.22 | 21.63 | - |
| YUV | 54.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 130 | 0.75 | 0.62 | 0 | 0.49 | 229.48 | 0.6 | 0.32 |
| Hex | 21 | 32 | 82 | 4B | 3E | 0 | 31 | E5 | 3C | 20 |
| Octal | 41 | 62 | 202 | 113 | 76 | 0 | 61 | 345 | 74 | 40 |
| Binary | 100001 | 110010 | 10000010 | 1001011 | 111110 | 0 | 110001 | 11100101 | 111100 | 100000 |
Color Harmonies of #213282
Complementary color
Monochromatic Colors of #213282
Black with #213282
Text Example
Text Example
White with #213282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213282; }
p { color: rgb(33,50,130); }
H1.HeaderClassName
{
color: #213282;
}
.AnyTagClassName
{
color: #213282;
}
</style>
background-color css
<style>
a { background-color: #213282; }
a { background-color: rgb(33,50,130); }
div.DivClassName
{
background-color: #213282;
}
.BgClassName
{
background-color: #213282;
}
</style>
border-color css
<style>
span { border-color: #213282; }
span { border-color: rgb(33,50,130); }
td.TdClassName
{
border-color: #213282;
}
.TagClassName
{
border-color: #213282;
}
</style>