Shades of Resolution Blue #213577
Tints of Resolution Blue #213577
RGB
CMYK
RGB Variations
Color information
#213577 (or 0x213577) is known color: Resolution Blue. HEX triplet: 21, 35 and 77. RGB value is (33,53,119). Sum of RGB (Red+Green+Blue) = 33+53+119=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #213577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213577 is #DECA88. Grayscale: #363636. Windows color (decimal): -14600841 or 7812385. OLE color: 7812385.
HSL color Cylindrical-coordinate representation of color #213577: hue angle of 226.05º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213577 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 53 | 119 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.53 |
| HSL | 226.05º | 0.57% | 0.3% | - |
| HSV(B) | 226.05º | 0.72% | 0.47% | - |
| XYZ | 5.23 | 4.2 | 17.99 | - |
| YUV | 54.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 119 | 0.72 | 0.55 | 0 | 0.53 | 226.05 | 0.57 | 0.3 |
| Hex | 21 | 35 | 77 | 48 | 37 | 0 | 35 | E2 | 39 | 1E |
| Octal | 41 | 65 | 167 | 110 | 67 | 0 | 65 | 342 | 71 | 36 |
| Binary | 100001 | 110101 | 1110111 | 1001000 | 110111 | 0 | 110101 | 11100010 | 111001 | 11110 |
Color Harmonies of #213577
Complementary color
Monochromatic Colors of #213577
Black with #213577
Text Example
Text Example
White with #213577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213577; }
p { color: rgb(33,53,119); }
H1.HeaderClassName
{
color: #213577;
}
.AnyTagClassName
{
color: #213577;
}
</style>
background-color css
<style>
a { background-color: #213577; }
a { background-color: rgb(33,53,119); }
div.DivClassName
{
background-color: #213577;
}
.BgClassName
{
background-color: #213577;
}
</style>
border-color css
<style>
span { border-color: #213577; }
span { border-color: rgb(33,53,119); }
td.TdClassName
{
border-color: #213577;
}
.TagClassName
{
border-color: #213577;
}
</style>