Shades of Resolution Blue #213D85
Tints of Resolution Blue #213D85
RGB
CMYK
RGB Variations
Color information
#213D85 (or 0x213D85) is known color: Resolution Blue. HEX triplet: 21, 3D and 85. RGB value is (33,61,133). Sum of RGB (Red+Green+Blue) = 33+61+133=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #213D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D85 is #DEC27A. Grayscale: #3C3C3C. Windows color (decimal): -14598779 or 8731937. OLE color: 8731937.
HSL color Cylindrical-coordinate representation of color #213D85: hue angle of 223.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213D85 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 61 | 133 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.48 |
| HSL | 223.2º | 0.6% | 0.33% | - |
| HSV(B) | 223.2º | 0.75% | 0.52% | - |
| XYZ | 6.53 | 5.35 | 22.88 | - |
| YUV | 60.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 133 | 0.75 | 0.54 | 0 | 0.48 | 223.2 | 0.6 | 0.33 |
| Hex | 21 | 3D | 85 | 4B | 36 | 0 | 30 | DF | 3C | 21 |
| Octal | 41 | 75 | 205 | 113 | 66 | 0 | 60 | 337 | 74 | 41 |
| Binary | 100001 | 111101 | 10000101 | 1001011 | 110110 | 0 | 110000 | 11011111 | 111100 | 100001 |
Color Harmonies of #213D85
Complementary color
Monochromatic Colors of #213D85
Black with #213D85
Text Example
Text Example
White with #213D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D85; }
p { color: rgb(33,61,133); }
H1.HeaderClassName
{
color: #213D85;
}
.AnyTagClassName
{
color: #213D85;
}
</style>
background-color css
<style>
a { background-color: #213D85; }
a { background-color: rgb(33,61,133); }
div.DivClassName
{
background-color: #213D85;
}
.BgClassName
{
background-color: #213D85;
}
</style>
border-color css
<style>
span { border-color: #213D85; }
span { border-color: rgb(33,61,133); }
td.TdClassName
{
border-color: #213D85;
}
.TagClassName
{
border-color: #213D85;
}
</style>