Shades of Resolution Blue #213385
Tints of Resolution Blue #213385
RGB
CMYK
RGB Variations
Color information
#213385 (or 0x213385) is known color: Resolution Blue. HEX triplet: 21, 33 and 85. RGB value is (33,51,133). Sum of RGB (Red+Green+Blue) = 33+51+133=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #213385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213385 is #DECC7A. Grayscale: #363636. Windows color (decimal): -14601339 or 8729377. OLE color: 8729377.
HSL color Cylindrical-coordinate representation of color #213385: hue angle of 229.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 #213385 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 51 | 133 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.48 |
| HSL | 229.2º | 0.6% | 0.33% | - |
| HSV(B) | 229.2º | 0.75% | 0.52% | - |
| XYZ | 6.04 | 4.38 | 22.72 | - |
| YUV | 54.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 133 | 0.75 | 0.62 | 0 | 0.48 | 229.2 | 0.6 | 0.33 |
| Hex | 21 | 33 | 85 | 4B | 3E | 0 | 30 | E5 | 3C | 21 |
| Octal | 41 | 63 | 205 | 113 | 76 | 0 | 60 | 345 | 74 | 41 |
| Binary | 100001 | 110011 | 10000101 | 1001011 | 111110 | 0 | 110000 | 11100101 | 111100 | 100001 |
Color Harmonies of #213385
Complementary color
Monochromatic Colors of #213385
Black with #213385
Text Example
Text Example
White with #213385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213385; }
p { color: rgb(33,51,133); }
H1.HeaderClassName
{
color: #213385;
}
.AnyTagClassName
{
color: #213385;
}
</style>
background-color css
<style>
a { background-color: #213385; }
a { background-color: rgb(33,51,133); }
div.DivClassName
{
background-color: #213385;
}
.BgClassName
{
background-color: #213385;
}
</style>
border-color css
<style>
span { border-color: #213385; }
span { border-color: rgb(33,51,133); }
td.TdClassName
{
border-color: #213385;
}
.TagClassName
{
border-color: #213385;
}
</style>