Shades of Resolution Blue #213E80
Tints of Resolution Blue #213E80
RGB
CMYK
RGB Variations
Color information
#213E80 (or 0x213E80) is known color: Resolution Blue. HEX triplet: 21, 3E and 80. RGB value is (33,62,128). Sum of RGB (Red+Green+Blue) = 33+62+128=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #213E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E80 is #DEC17F. Grayscale: #3C3C3C. Windows color (decimal): -14598528 or 8404513. OLE color: 8404513.
HSL color Cylindrical-coordinate representation of color #213E80: hue angle of 221.68º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #213E80 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 62 | 128 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.50 |
| HSL | 221.68º | 0.59% | 0.32% | - |
| HSV(B) | 221.68º | 0.74% | 0.5% | - |
| XYZ | 6.25 | 5.33 | 21.12 | - |
| YUV | 60.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 128 | 0.74 | 0.52 | 0 | 0.50 | 221.68 | 0.59 | 0.32 |
| Hex | 21 | 3E | 80 | 4A | 34 | 0 | 32 | DE | 3B | 20 |
| Octal | 41 | 76 | 200 | 112 | 64 | 0 | 62 | 336 | 73 | 40 |
| Binary | 100001 | 111110 | 10000000 | 1001010 | 110100 | 0 | 110010 | 11011110 | 111011 | 100000 |
Color Harmonies of #213E80
Complementary color
Monochromatic Colors of #213E80
Black with #213E80
Text Example
Text Example
White with #213E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E80; }
p { color: rgb(33,62,128); }
H1.HeaderClassName
{
color: #213E80;
}
.AnyTagClassName
{
color: #213E80;
}
</style>
background-color css
<style>
a { background-color: #213E80; }
a { background-color: rgb(33,62,128); }
div.DivClassName
{
background-color: #213E80;
}
.BgClassName
{
background-color: #213E80;
}
</style>
border-color css
<style>
span { border-color: #213E80; }
span { border-color: rgb(33,62,128); }
td.TdClassName
{
border-color: #213E80;
}
.TagClassName
{
border-color: #213E80;
}
</style>