Shades of Resolution Blue #213672
Tints of Resolution Blue #213672
RGB
CMYK
RGB Variations
Color information
#213672 (or 0x213672) is known color: Resolution Blue. HEX triplet: 21, 36 and 72. RGB value is (33,54,114). Sum of RGB (Red+Green+Blue) = 33+54+114=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #213672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213672 is #DEC98D. Grayscale: #363636. Windows color (decimal): -14600590 or 7484961. OLE color: 7484961.
HSL color Cylindrical-coordinate representation of color #213672: hue angle of 224.44º 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 #213672 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 54 | 114 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.55 |
| HSL | 224.44º | 0.55% | 0.29% | - |
| HSV(B) | 224.44º | 0.71% | 0.45% | - |
| XYZ | 4.98 | 4.18 | 16.46 | - |
| YUV | 54.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 114 | 0.71 | 0.53 | 0 | 0.55 | 224.44 | 0.55 | 0.29 |
| Hex | 21 | 36 | 72 | 47 | 35 | 0 | 37 | E0 | 37 | 1D |
| Octal | 41 | 66 | 162 | 107 | 65 | 0 | 67 | 340 | 67 | 35 |
| Binary | 100001 | 110110 | 1110010 | 1000111 | 110101 | 0 | 110111 | 11100000 | 110111 | 11101 |
Color Harmonies of #213672
Complementary color
Monochromatic Colors of #213672
Black with #213672
Text Example
Text Example
White with #213672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213672; }
p { color: rgb(33,54,114); }
H1.HeaderClassName
{
color: #213672;
}
.AnyTagClassName
{
color: #213672;
}
</style>
background-color css
<style>
a { background-color: #213672; }
a { background-color: rgb(33,54,114); }
div.DivClassName
{
background-color: #213672;
}
.BgClassName
{
background-color: #213672;
}
</style>
border-color css
<style>
span { border-color: #213672; }
span { border-color: rgb(33,54,114); }
td.TdClassName
{
border-color: #213672;
}
.TagClassName
{
border-color: #213672;
}
</style>