Shades of Resolution Blue #213878
Tints of Resolution Blue #213878
RGB
CMYK
RGB Variations
Color information
#213878 (or 0x213878) is known color: Resolution Blue. HEX triplet: 21, 38 and 78. RGB value is (33,56,120). Sum of RGB (Red+Green+Blue) = 33+56+120=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #213878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213878 is #DEC787. Grayscale: #383838. Windows color (decimal): -14600072 or 7878689. OLE color: 7878689.
HSL color Cylindrical-coordinate representation of color #213878: hue angle of 224.14º 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 #213878 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 56 | 120 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.53 |
| HSL | 224.14º | 0.57% | 0.3% | - |
| HSV(B) | 224.14º | 0.73% | 0.47% | - |
| XYZ | 5.43 | 4.51 | 18.35 | - |
| YUV | 56.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 120 | 0.72 | 0.53 | 0 | 0.53 | 224.14 | 0.57 | 0.3 |
| Hex | 21 | 38 | 78 | 48 | 35 | 0 | 35 | E0 | 39 | 1E |
| Octal | 41 | 70 | 170 | 110 | 65 | 0 | 65 | 340 | 71 | 36 |
| Binary | 100001 | 111000 | 1111000 | 1001000 | 110101 | 0 | 110101 | 11100000 | 111001 | 11110 |
Color Harmonies of #213878
Complementary color
Monochromatic Colors of #213878
Black with #213878
Text Example
Text Example
White with #213878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213878; }
p { color: rgb(33,56,120); }
H1.HeaderClassName
{
color: #213878;
}
.AnyTagClassName
{
color: #213878;
}
</style>
background-color css
<style>
a { background-color: #213878; }
a { background-color: rgb(33,56,120); }
div.DivClassName
{
background-color: #213878;
}
.BgClassName
{
background-color: #213878;
}
</style>
border-color css
<style>
span { border-color: #213878; }
span { border-color: rgb(33,56,120); }
td.TdClassName
{
border-color: #213878;
}
.TagClassName
{
border-color: #213878;
}
</style>