Shades of Resolution Blue #213487
Tints of Resolution Blue #213487
RGB
CMYK
RGB Variations
Color information
#213487 (or 0x213487) is known color: Resolution Blue. HEX triplet: 21, 34 and 87. RGB value is (33,52,135). Sum of RGB (Red+Green+Blue) = 33+52+135=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #213487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213487 is #DECB78. Grayscale: #373737. Windows color (decimal): -14601081 or 8860705. OLE color: 8860705.
HSL color Cylindrical-coordinate representation of color #213487: hue angle of 228.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #213487 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 52 | 135 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.47 |
| HSL | 228.82º | 0.61% | 0.33% | - |
| HSV(B) | 228.82º | 0.76% | 0.53% | - |
| XYZ | 6.23 | 4.53 | 23.47 | - |
| YUV | 55.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 135 | 0.76 | 0.61 | 0 | 0.47 | 228.82 | 0.61 | 0.33 |
| Hex | 21 | 34 | 87 | 4C | 3D | 0 | 2F | E5 | 3D | 21 |
| Octal | 41 | 64 | 207 | 114 | 75 | 0 | 57 | 345 | 75 | 41 |
| Binary | 100001 | 110100 | 10000111 | 1001100 | 111101 | 0 | 101111 | 11100101 | 111101 | 100001 |
Color Harmonies of #213487
Complementary color
Monochromatic Colors of #213487
Black with #213487
Text Example
Text Example
White with #213487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213487; }
p { color: rgb(33,52,135); }
H1.HeaderClassName
{
color: #213487;
}
.AnyTagClassName
{
color: #213487;
}
</style>
background-color css
<style>
a { background-color: #213487; }
a { background-color: rgb(33,52,135); }
div.DivClassName
{
background-color: #213487;
}
.BgClassName
{
background-color: #213487;
}
</style>
border-color css
<style>
span { border-color: #213487; }
span { border-color: rgb(33,52,135); }
td.TdClassName
{
border-color: #213487;
}
.TagClassName
{
border-color: #213487;
}
</style>