Shades of Resolution Blue #213872
Tints of Resolution Blue #213872
RGB
CMYK
RGB Variations
Color information
#213872 (or 0x213872) is known color: Resolution Blue. HEX triplet: 21, 38 and 72. RGB value is (33,56,114). Sum of RGB (Red+Green+Blue) = 33+56+114=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #213872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213872 is #DEC78D. Grayscale: #373737. Windows color (decimal): -14600078 or 7485473. OLE color: 7485473.
HSL color Cylindrical-coordinate representation of color #213872: hue angle of 222.96º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213872 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 56 | 114 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.55 |
| HSL | 222.96º | 0.55% | 0.29% | - |
| HSV(B) | 222.96º | 0.71% | 0.45% | - |
| XYZ | 5.08 | 4.37 | 16.49 | - |
| YUV | 55.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 114 | 0.71 | 0.51 | 0 | 0.55 | 222.96 | 0.55 | 0.29 |
| Hex | 21 | 38 | 72 | 47 | 33 | 0 | 37 | DF | 37 | 1D |
| Octal | 41 | 70 | 162 | 107 | 63 | 0 | 67 | 337 | 67 | 35 |
| Binary | 100001 | 111000 | 1110010 | 1000111 | 110011 | 0 | 110111 | 11011111 | 110111 | 11101 |
Color Harmonies of #213872
Complementary color
Monochromatic Colors of #213872
Black with #213872
Text Example
Text Example
White with #213872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213872; }
p { color: rgb(33,56,114); }
H1.HeaderClassName
{
color: #213872;
}
.AnyTagClassName
{
color: #213872;
}
</style>
background-color css
<style>
a { background-color: #213872; }
a { background-color: rgb(33,56,114); }
div.DivClassName
{
background-color: #213872;
}
.BgClassName
{
background-color: #213872;
}
</style>
border-color css
<style>
span { border-color: #213872; }
span { border-color: rgb(33,56,114); }
td.TdClassName
{
border-color: #213872;
}
.TagClassName
{
border-color: #213872;
}
</style>