Shades of Resolution Blue #213382
Tints of Resolution Blue #213382
RGB
CMYK
RGB Variations
Color information
#213382 (or 0x213382) is known color: Resolution Blue. HEX triplet: 21, 33 and 82. RGB value is (33,51,130). Sum of RGB (Red+Green+Blue) = 33+51+130=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #213382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213382 is #DECC7D. Grayscale: #363636. Windows color (decimal): -14601342 or 8532769. OLE color: 8532769.
HSL color Cylindrical-coordinate representation of color #213382: hue angle of 228.87º 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 #213382 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 51 | 130 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.49 |
| HSL | 228.87º | 0.6% | 0.32% | - |
| HSV(B) | 228.87º | 0.75% | 0.51% | - |
| XYZ | 5.84 | 4.3 | 21.64 | - |
| YUV | 54.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 130 | 0.75 | 0.61 | 0 | 0.49 | 228.87 | 0.6 | 0.32 |
| Hex | 21 | 33 | 82 | 4B | 3D | 0 | 31 | E5 | 3C | 20 |
| Octal | 41 | 63 | 202 | 113 | 75 | 0 | 61 | 345 | 74 | 40 |
| Binary | 100001 | 110011 | 10000010 | 1001011 | 111101 | 0 | 110001 | 11100101 | 111100 | 100000 |
Color Harmonies of #213382
Complementary color
Monochromatic Colors of #213382
Black with #213382
Text Example
Text Example
White with #213382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213382; }
p { color: rgb(33,51,130); }
H1.HeaderClassName
{
color: #213382;
}
.AnyTagClassName
{
color: #213382;
}
</style>
background-color css
<style>
a { background-color: #213382; }
a { background-color: rgb(33,51,130); }
div.DivClassName
{
background-color: #213382;
}
.BgClassName
{
background-color: #213382;
}
</style>
border-color css
<style>
span { border-color: #213382; }
span { border-color: rgb(33,51,130); }
td.TdClassName
{
border-color: #213382;
}
.TagClassName
{
border-color: #213382;
}
</style>