Shades of Resolution Blue #213071
Tints of Resolution Blue #213071
RGB
CMYK
RGB Variations
Color information
#213071 (or 0x213071) is known color: Resolution Blue. HEX triplet: 21, 30 and 71. RGB value is (33,48,113). Sum of RGB (Red+Green+Blue) = 33+48+113=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #213071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213071 is #DECF8E. Grayscale: #323232. Windows color (decimal): -14602127 or 7417889. OLE color: 7417889.
HSL color Cylindrical-coordinate representation of color #213071: hue angle of 228.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213071 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 48 | 113 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.56 |
| HSL | 228.75º | 0.55% | 0.29% | - |
| HSV(B) | 228.75º | 0.71% | 0.44% | - |
| XYZ | 4.66 | 3.63 | 16.08 | - |
| YUV | 50.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 113 | 0.71 | 0.58 | 0 | 0.56 | 228.75 | 0.55 | 0.29 |
| Hex | 21 | 30 | 71 | 47 | 3A | 0 | 38 | E5 | 37 | 1D |
| Octal | 41 | 60 | 161 | 107 | 72 | 0 | 70 | 345 | 67 | 35 |
| Binary | 100001 | 110000 | 1110001 | 1000111 | 111010 | 0 | 111000 | 11100101 | 110111 | 11101 |
Color Harmonies of #213071
Complementary color
Monochromatic Colors of #213071
Black with #213071
Text Example
Text Example
White with #213071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213071; }
p { color: rgb(33,48,113); }
H1.HeaderClassName
{
color: #213071;
}
.AnyTagClassName
{
color: #213071;
}
</style>
background-color css
<style>
a { background-color: #213071; }
a { background-color: rgb(33,48,113); }
div.DivClassName
{
background-color: #213071;
}
.BgClassName
{
background-color: #213071;
}
</style>
border-color css
<style>
span { border-color: #213071; }
span { border-color: rgb(33,48,113); }
td.TdClassName
{
border-color: #213071;
}
.TagClassName
{
border-color: #213071;
}
</style>