Shades of Resolution Blue #213281
Tints of Resolution Blue #213281
RGB
CMYK
RGB Variations
Color information
#213281 (or 0x213281) is known color: Resolution Blue. HEX triplet: 21, 32 and 81. RGB value is (33,50,129). Sum of RGB (Red+Green+Blue) = 33+50+129=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #213281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213281 is #DECD7E. Grayscale: #353535. Windows color (decimal): -14601599 or 8466977. OLE color: 8466977.
HSL color Cylindrical-coordinate representation of color #213281: hue angle of 229.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #213281 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 50 | 129 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.49 |
| HSL | 229.38º | 0.59% | 0.32% | - |
| HSV(B) | 229.38º | 0.74% | 0.51% | - |
| XYZ | 5.73 | 4.19 | 21.28 | - |
| YUV | 53.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 129 | 0.74 | 0.61 | 0 | 0.49 | 229.38 | 0.59 | 0.32 |
| Hex | 21 | 32 | 81 | 4A | 3D | 0 | 31 | E5 | 3B | 20 |
| Octal | 41 | 62 | 201 | 112 | 75 | 0 | 61 | 345 | 73 | 40 |
| Binary | 100001 | 110010 | 10000001 | 1001010 | 111101 | 0 | 110001 | 11100101 | 111011 | 100000 |
Color Harmonies of #213281
Complementary color
Monochromatic Colors of #213281
Black with #213281
Text Example
Text Example
White with #213281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213281; }
p { color: rgb(33,50,129); }
H1.HeaderClassName
{
color: #213281;
}
.AnyTagClassName
{
color: #213281;
}
</style>
background-color css
<style>
a { background-color: #213281; }
a { background-color: rgb(33,50,129); }
div.DivClassName
{
background-color: #213281;
}
.BgClassName
{
background-color: #213281;
}
</style>
border-color css
<style>
span { border-color: #213281; }
span { border-color: rgb(33,50,129); }
td.TdClassName
{
border-color: #213281;
}
.TagClassName
{
border-color: #213281;
}
</style>