Shades of Resolution Blue #213082
Tints of Resolution Blue #213082
RGB
CMYK
RGB Variations
Color information
#213082 (or 0x213082) is known color: Resolution Blue. HEX triplet: 21, 30 and 82. RGB value is (33,48,130). Sum of RGB (Red+Green+Blue) = 33+48+130=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #213082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213082 is #DECF7D. Grayscale: #343434. Windows color (decimal): -14602110 or 8532001. OLE color: 8532001.
HSL color Cylindrical-coordinate representation of color #213082: hue angle of 230.72º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213082 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 48 | 130 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.49 |
| HSL | 230.72º | 0.6% | 0.32% | - |
| HSV(B) | 230.72º | 0.75% | 0.51% | - |
| XYZ | 5.71 | 4.05 | 21.6 | - |
| YUV | 52.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 130 | 0.75 | 0.63 | 0 | 0.49 | 230.72 | 0.6 | 0.32 |
| Hex | 21 | 30 | 82 | 4B | 3F | 0 | 31 | E7 | 3C | 20 |
| Octal | 41 | 60 | 202 | 113 | 77 | 0 | 61 | 347 | 74 | 40 |
| Binary | 100001 | 110000 | 10000010 | 1001011 | 111111 | 0 | 110001 | 11100111 | 111100 | 100000 |
Color Harmonies of #213082
Complementary color
Monochromatic Colors of #213082
Black with #213082
Text Example
Text Example
White with #213082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213082; }
p { color: rgb(33,48,130); }
H1.HeaderClassName
{
color: #213082;
}
.AnyTagClassName
{
color: #213082;
}
</style>
background-color css
<style>
a { background-color: #213082; }
a { background-color: rgb(33,48,130); }
div.DivClassName
{
background-color: #213082;
}
.BgClassName
{
background-color: #213082;
}
</style>
border-color css
<style>
span { border-color: #213082; }
span { border-color: rgb(33,48,130); }
td.TdClassName
{
border-color: #213082;
}
.TagClassName
{
border-color: #213082;
}
</style>