Shades of Resolution Blue #213782
Tints of Resolution Blue #213782
RGB
CMYK
RGB Variations
Color information
#213782 (or 0x213782) is known color: Resolution Blue. HEX triplet: 21, 37 and 82. RGB value is (33,55,130). Sum of RGB (Red+Green+Blue) = 33+55+130=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #213782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213782 is #DEC87D. Grayscale: #383838. Windows color (decimal): -14600318 or 8533793. OLE color: 8533793.
HSL color Cylindrical-coordinate representation of color #213782: hue angle of 226.39º 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 #213782 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 55 | 130 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.49 |
| HSL | 226.39º | 0.6% | 0.32% | - |
| HSV(B) | 226.39º | 0.75% | 0.51% | - |
| XYZ | 6.02 | 4.67 | 21.7 | - |
| YUV | 56.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 130 | 0.75 | 0.58 | 0 | 0.49 | 226.39 | 0.6 | 0.32 |
| Hex | 21 | 37 | 82 | 4B | 3A | 0 | 31 | E2 | 3C | 20 |
| Octal | 41 | 67 | 202 | 113 | 72 | 0 | 61 | 342 | 74 | 40 |
| Binary | 100001 | 110111 | 10000010 | 1001011 | 111010 | 0 | 110001 | 11100010 | 111100 | 100000 |
Color Harmonies of #213782
Complementary color
Monochromatic Colors of #213782
Black with #213782
Text Example
Text Example
White with #213782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213782; }
p { color: rgb(33,55,130); }
H1.HeaderClassName
{
color: #213782;
}
.AnyTagClassName
{
color: #213782;
}
</style>
background-color css
<style>
a { background-color: #213782; }
a { background-color: rgb(33,55,130); }
div.DivClassName
{
background-color: #213782;
}
.BgClassName
{
background-color: #213782;
}
</style>
border-color css
<style>
span { border-color: #213782; }
span { border-color: rgb(33,55,130); }
td.TdClassName
{
border-color: #213782;
}
.TagClassName
{
border-color: #213782;
}
</style>