Shades of Resolution Blue #21316F
Tints of Resolution Blue #21316F
RGB
CMYK
RGB Variations
Color information
#21316F (or 0x21316F) is known color: Resolution Blue. HEX triplet: 21, 31 and 6F. RGB value is (33,49,111). Sum of RGB (Red+Green+Blue) = 33+49+111=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #21316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21316F is #DECE90. Grayscale: #333333. Windows color (decimal): -14601873 or 7287073. OLE color: 7287073.
HSL color Cylindrical-coordinate representation of color #21316F: hue angle of 227.69º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21316F is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 49 | 111 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.56 |
| HSL | 227.69º | 0.54% | 0.28% | - |
| HSV(B) | 227.69º | 0.7% | 0.44% | - |
| XYZ | 4.59 | 3.67 | 15.5 | - |
| YUV | 51.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 111 | 0.70 | 0.56 | 0 | 0.56 | 227.69 | 0.54 | 0.28 |
| Hex | 21 | 31 | 6F | 46 | 38 | 0 | 38 | E4 | 36 | 1C |
| Octal | 41 | 61 | 157 | 106 | 70 | 0 | 70 | 344 | 66 | 34 |
| Binary | 100001 | 110001 | 1101111 | 1000110 | 111000 | 0 | 111000 | 11100100 | 110110 | 11100 |
Color Harmonies of #21316F
Complementary color
Monochromatic Colors of #21316F
Black with #21316F
Text Example
Text Example
White with #21316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21316F; }
p { color: rgb(33,49,111); }
H1.HeaderClassName
{
color: #21316F;
}
.AnyTagClassName
{
color: #21316F;
}
</style>
background-color css
<style>
a { background-color: #21316F; }
a { background-color: rgb(33,49,111); }
div.DivClassName
{
background-color: #21316F;
}
.BgClassName
{
background-color: #21316F;
}
</style>
border-color css
<style>
span { border-color: #21316F; }
span { border-color: rgb(33,49,111); }
td.TdClassName
{
border-color: #21316F;
}
.TagClassName
{
border-color: #21316F;
}
</style>