Shades of Resolution Blue #213288
Tints of Resolution Blue #213288
RGB
CMYK
RGB Variations
Color information
#213288 (or 0x213288) is known color: Resolution Blue. HEX triplet: 21, 32 and 88. RGB value is (33,50,136). Sum of RGB (Red+Green+Blue) = 33+50+136=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #213288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213288 is #DECD77. Grayscale: #363636. Windows color (decimal): -14601592 or 8925729. OLE color: 8925729.
HSL color Cylindrical-coordinate representation of color #213288: hue angle of 230.1º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #213288 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 50 | 136 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.47 |
| HSL | 230.1º | 0.61% | 0.33% | - |
| HSV(B) | 230.1º | 0.76% | 0.53% | - |
| XYZ | 6.21 | 4.38 | 23.81 | - |
| YUV | 54.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 136 | 0.76 | 0.63 | 0 | 0.47 | 230.1 | 0.61 | 0.33 |
| Hex | 21 | 32 | 88 | 4C | 3F | 0 | 2F | E6 | 3D | 21 |
| Octal | 41 | 62 | 210 | 114 | 77 | 0 | 57 | 346 | 75 | 41 |
| Binary | 100001 | 110010 | 10001000 | 1001100 | 111111 | 0 | 101111 | 11100110 | 111101 | 100001 |
Color Harmonies of #213288
Complementary color
Monochromatic Colors of #213288
Black with #213288
Text Example
Text Example
White with #213288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213288; }
p { color: rgb(33,50,136); }
H1.HeaderClassName
{
color: #213288;
}
.AnyTagClassName
{
color: #213288;
}
</style>
background-color css
<style>
a { background-color: #213288; }
a { background-color: rgb(33,50,136); }
div.DivClassName
{
background-color: #213288;
}
.BgClassName
{
background-color: #213288;
}
</style>
border-color css
<style>
span { border-color: #213288; }
span { border-color: rgb(33,50,136); }
td.TdClassName
{
border-color: #213288;
}
.TagClassName
{
border-color: #213288;
}
</style>