Shades of Resolution Blue #213585
Tints of Resolution Blue #213585
RGB
CMYK
RGB Variations
Color information
#213585 (or 0x213585) is known color: Resolution Blue. HEX triplet: 21, 35 and 85. RGB value is (33,53,133). Sum of RGB (Red+Green+Blue) = 33+53+133=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #213585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213585 is #DECA7A. Grayscale: #373737. Windows color (decimal): -14600827 or 8729889. OLE color: 8729889.
HSL color Cylindrical-coordinate representation of color #213585: hue angle of 228º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213585 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 53 | 133 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.48 |
| HSL | 228º | 0.6% | 0.33% | - |
| HSV(B) | 228º | 0.75% | 0.52% | - |
| XYZ | 6.13 | 4.56 | 22.75 | - |
| YUV | 56.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 133 | 0.75 | 0.60 | 0 | 0.48 | 228 | 0.6 | 0.33 |
| Hex | 21 | 35 | 85 | 4B | 3C | 0 | 30 | E4 | 3C | 21 |
| Octal | 41 | 65 | 205 | 113 | 74 | 0 | 60 | 344 | 74 | 41 |
| Binary | 100001 | 110101 | 10000101 | 1001011 | 111100 | 0 | 110000 | 11100100 | 111100 | 100001 |
Color Harmonies of #213585
Complementary color
Monochromatic Colors of #213585
Black with #213585
Text Example
Text Example
White with #213585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213585; }
p { color: rgb(33,53,133); }
H1.HeaderClassName
{
color: #213585;
}
.AnyTagClassName
{
color: #213585;
}
</style>
background-color css
<style>
a { background-color: #213585; }
a { background-color: rgb(33,53,133); }
div.DivClassName
{
background-color: #213585;
}
.BgClassName
{
background-color: #213585;
}
</style>
border-color css
<style>
span { border-color: #213585; }
span { border-color: rgb(33,53,133); }
td.TdClassName
{
border-color: #213585;
}
.TagClassName
{
border-color: #213585;
}
</style>