Shades of Resolution Blue #213275
Tints of Resolution Blue #213275
RGB
CMYK
RGB Variations
Color information
#213275 (or 0x213275) is known color: Resolution Blue. HEX triplet: 21, 32 and 75. RGB value is (33,50,117). Sum of RGB (Red+Green+Blue) = 33+50+117=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #213275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213275 is #DECD8A. Grayscale: #343434. Windows color (decimal): -14601611 or 7680545. OLE color: 7680545.
HSL color Cylindrical-coordinate representation of color #213275: hue angle of 227.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213275 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 50 | 117 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.54 |
| HSL | 227.86º | 0.56% | 0.29% | - |
| HSV(B) | 227.86º | 0.72% | 0.46% | - |
| XYZ | 4.98 | 3.89 | 17.32 | - |
| YUV | 52.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 117 | 0.72 | 0.57 | 0 | 0.54 | 227.86 | 0.56 | 0.29 |
| Hex | 21 | 32 | 75 | 48 | 39 | 0 | 36 | E4 | 38 | 1D |
| Octal | 41 | 62 | 165 | 110 | 71 | 0 | 66 | 344 | 70 | 35 |
| Binary | 100001 | 110010 | 1110101 | 1001000 | 111001 | 0 | 110110 | 11100100 | 111000 | 11101 |
Color Harmonies of #213275
Complementary color
Monochromatic Colors of #213275
Black with #213275
Text Example
Text Example
White with #213275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213275; }
p { color: rgb(33,50,117); }
H1.HeaderClassName
{
color: #213275;
}
.AnyTagClassName
{
color: #213275;
}
</style>
background-color css
<style>
a { background-color: #213275; }
a { background-color: rgb(33,50,117); }
div.DivClassName
{
background-color: #213275;
}
.BgClassName
{
background-color: #213275;
}
</style>
border-color css
<style>
span { border-color: #213275; }
span { border-color: rgb(33,50,117); }
td.TdClassName
{
border-color: #213275;
}
.TagClassName
{
border-color: #213275;
}
</style>