Shades of Resolution Blue #21316D
Tints of Resolution Blue #21316D
RGB
CMYK
RGB Variations
Color information
#21316D (or 0x21316D) is known color: Resolution Blue. HEX triplet: 21, 31 and 6D. RGB value is (33,49,109). Sum of RGB (Red+Green+Blue) = 33+49+109=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #21316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21316D is #DECE92. Grayscale: #323232. Windows color (decimal): -14601875 or 7156001. OLE color: 7156001.
HSL color Cylindrical-coordinate representation of color #21316D: hue angle of 227.37º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21316D is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 49 | 109 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.57 |
| HSL | 227.37º | 0.54% | 0.28% | - |
| HSV(B) | 227.37º | 0.7% | 0.43% | - |
| XYZ | 4.49 | 3.62 | 14.93 | - |
| YUV | 51.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 109 | 0.70 | 0.55 | 0 | 0.57 | 227.37 | 0.54 | 0.28 |
| Hex | 21 | 31 | 6D | 46 | 37 | 0 | 39 | E3 | 36 | 1C |
| Octal | 41 | 61 | 155 | 106 | 67 | 0 | 71 | 343 | 66 | 34 |
| Binary | 100001 | 110001 | 1101101 | 1000110 | 110111 | 0 | 111001 | 11100011 | 110110 | 11100 |
Color Harmonies of #21316D
Complementary color
Monochromatic Colors of #21316D
Black with #21316D
Text Example
Text Example
White with #21316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21316D; }
p { color: rgb(33,49,109); }
H1.HeaderClassName
{
color: #21316D;
}
.AnyTagClassName
{
color: #21316D;
}
</style>
background-color css
<style>
a { background-color: #21316D; }
a { background-color: rgb(33,49,109); }
div.DivClassName
{
background-color: #21316D;
}
.BgClassName
{
background-color: #21316D;
}
</style>
border-color css
<style>
span { border-color: #21316D; }
span { border-color: rgb(33,49,109); }
td.TdClassName
{
border-color: #21316D;
}
.TagClassName
{
border-color: #21316D;
}
</style>