Shades of Resolution Blue #214172
Tints of Resolution Blue #214172
RGB
CMYK
RGB Variations
Color information
#214172 (or 0x214172) is known color: Resolution Blue. HEX triplet: 21, 41 and 72. RGB value is (33,65,114). Sum of RGB (Red+Green+Blue) = 33+65+114=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #214172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214172 is #DEBE8D. Grayscale: #3C3C3C. Windows color (decimal): -14597774 or 7487777. OLE color: 7487777.
HSL color Cylindrical-coordinate representation of color #214172: hue angle of 216.3º 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 #214172 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 65 | 114 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.55 |
| HSL | 216.3º | 0.55% | 0.29% | - |
| HSV(B) | 216.3º | 0.71% | 0.45% | - |
| XYZ | 5.55 | 5.32 | 16.65 | - |
| YUV | 61.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 114 | 0.71 | 0.43 | 0 | 0.55 | 216.3 | 0.55 | 0.29 |
| Hex | 21 | 41 | 72 | 47 | 2B | 0 | 37 | D8 | 37 | 1D |
| Octal | 41 | 101 | 162 | 107 | 53 | 0 | 67 | 330 | 67 | 35 |
| Binary | 100001 | 1000001 | 1110010 | 1000111 | 101011 | 0 | 110111 | 11011000 | 110111 | 11101 |
Color Harmonies of #214172
Complementary color
Monochromatic Colors of #214172
Black with #214172
Text Example
Text Example
White with #214172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214172; }
p { color: rgb(33,65,114); }
H1.HeaderClassName
{
color: #214172;
}
.AnyTagClassName
{
color: #214172;
}
</style>
background-color css
<style>
a { background-color: #214172; }
a { background-color: rgb(33,65,114); }
div.DivClassName
{
background-color: #214172;
}
.BgClassName
{
background-color: #214172;
}
</style>
border-color css
<style>
span { border-color: #214172; }
span { border-color: rgb(33,65,114); }
td.TdClassName
{
border-color: #214172;
}
.TagClassName
{
border-color: #214172;
}
</style>