Shades of Resolution Blue #213477
Tints of Resolution Blue #213477
RGB
CMYK
RGB Variations
Color information
#213477 (or 0x213477) is known color: Resolution Blue. HEX triplet: 21, 34 and 77. RGB value is (33,52,119). Sum of RGB (Red+Green+Blue) = 33+52+119=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #213477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213477 is #DECB88. Grayscale: #353535. Windows color (decimal): -14601097 or 7812129. OLE color: 7812129.
HSL color Cylindrical-coordinate representation of color #213477: hue angle of 226.74º 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 #213477 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 52 | 119 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.53 |
| HSL | 226.74º | 0.57% | 0.3% | - |
| HSV(B) | 226.74º | 0.72% | 0.47% | - |
| XYZ | 5.18 | 4.11 | 17.97 | - |
| YUV | 53.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 119 | 0.72 | 0.56 | 0 | 0.53 | 226.74 | 0.57 | 0.3 |
| Hex | 21 | 34 | 77 | 48 | 38 | 0 | 35 | E3 | 39 | 1E |
| Octal | 41 | 64 | 167 | 110 | 70 | 0 | 65 | 343 | 71 | 36 |
| Binary | 100001 | 110100 | 1110111 | 1001000 | 111000 | 0 | 110101 | 11100011 | 111001 | 11110 |
Color Harmonies of #213477
Complementary color
Monochromatic Colors of #213477
Black with #213477
Text Example
Text Example
White with #213477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213477; }
p { color: rgb(33,52,119); }
H1.HeaderClassName
{
color: #213477;
}
.AnyTagClassName
{
color: #213477;
}
</style>
background-color css
<style>
a { background-color: #213477; }
a { background-color: rgb(33,52,119); }
div.DivClassName
{
background-color: #213477;
}
.BgClassName
{
background-color: #213477;
}
</style>
border-color css
<style>
span { border-color: #213477; }
span { border-color: rgb(33,52,119); }
td.TdClassName
{
border-color: #213477;
}
.TagClassName
{
border-color: #213477;
}
</style>