Shades of Resolution Blue #213778
Tints of Resolution Blue #213778
RGB
CMYK
RGB Variations
Color information
#213778 (or 0x213778) is known color: Resolution Blue. HEX triplet: 21, 37 and 78. RGB value is (33,55,120). Sum of RGB (Red+Green+Blue) = 33+55+120=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #213778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213778 is #DEC887. Grayscale: #373737. Windows color (decimal): -14600328 or 7878433. OLE color: 7878433.
HSL color Cylindrical-coordinate representation of color #213778: hue angle of 224.83º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213778 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 55 | 120 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.53 |
| HSL | 224.83º | 0.57% | 0.3% | - |
| HSV(B) | 224.83º | 0.73% | 0.47% | - |
| XYZ | 5.38 | 4.41 | 18.34 | - |
| YUV | 55.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 120 | 0.72 | 0.54 | 0 | 0.53 | 224.83 | 0.57 | 0.3 |
| Hex | 21 | 37 | 78 | 48 | 36 | 0 | 35 | E1 | 39 | 1E |
| Octal | 41 | 67 | 170 | 110 | 66 | 0 | 65 | 341 | 71 | 36 |
| Binary | 100001 | 110111 | 1111000 | 1001000 | 110110 | 0 | 110101 | 11100001 | 111001 | 11110 |
Color Harmonies of #213778
Complementary color
Monochromatic Colors of #213778
Black with #213778
Text Example
Text Example
White with #213778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213778; }
p { color: rgb(33,55,120); }
H1.HeaderClassName
{
color: #213778;
}
.AnyTagClassName
{
color: #213778;
}
</style>
background-color css
<style>
a { background-color: #213778; }
a { background-color: rgb(33,55,120); }
div.DivClassName
{
background-color: #213778;
}
.BgClassName
{
background-color: #213778;
}
</style>
border-color css
<style>
span { border-color: #213778; }
span { border-color: rgb(33,55,120); }
td.TdClassName
{
border-color: #213778;
}
.TagClassName
{
border-color: #213778;
}
</style>