Shades of Resolution Blue #213575
Tints of Resolution Blue #213575
RGB
CMYK
RGB Variations
Color information
#213575 (or 0x213575) is known color: Resolution Blue. HEX triplet: 21, 35 and 75. RGB value is (33,53,117). Sum of RGB (Red+Green+Blue) = 33+53+117=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #213575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213575 is #DECA8A. Grayscale: #363636. Windows color (decimal): -14600843 or 7681313. OLE color: 7681313.
HSL color Cylindrical-coordinate representation of color #213575: hue angle of 225.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213575 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 53 | 117 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.54 |
| HSL | 225.71º | 0.56% | 0.29% | - |
| HSV(B) | 225.71º | 0.72% | 0.46% | - |
| XYZ | 5.11 | 4.15 | 17.36 | - |
| YUV | 54.32 | 163.37 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 117 | 0.72 | 0.55 | 0 | 0.54 | 225.71 | 0.56 | 0.29 |
| Hex | 21 | 35 | 75 | 48 | 37 | 0 | 36 | E2 | 38 | 1D |
| Octal | 41 | 65 | 165 | 110 | 67 | 0 | 66 | 342 | 70 | 35 |
| Binary | 100001 | 110101 | 1110101 | 1001000 | 110111 | 0 | 110110 | 11100010 | 111000 | 11101 |
Color Harmonies of #213575
Complementary color
Monochromatic Colors of #213575
Black with #213575
Text Example
Text Example
White with #213575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213575; }
p { color: rgb(33,53,117); }
H1.HeaderClassName
{
color: #213575;
}
.AnyTagClassName
{
color: #213575;
}
</style>
background-color css
<style>
a { background-color: #213575; }
a { background-color: rgb(33,53,117); }
div.DivClassName
{
background-color: #213575;
}
.BgClassName
{
background-color: #213575;
}
</style>
border-color css
<style>
span { border-color: #213575; }
span { border-color: rgb(33,53,117); }
td.TdClassName
{
border-color: #213575;
}
.TagClassName
{
border-color: #213575;
}
</style>