Shades of Resolution Blue #213677
Tints of Resolution Blue #213677
RGB
CMYK
RGB Variations
Color information
#213677 (or 0x213677) is known color: Resolution Blue. HEX triplet: 21, 36 and 77. RGB value is (33,54,119). Sum of RGB (Red+Green+Blue) = 33+54+119=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #213677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213677 is #DEC988. Grayscale: #363636. Windows color (decimal): -14600585 or 7812641. OLE color: 7812641.
HSL color Cylindrical-coordinate representation of color #213677: hue angle of 225.35º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213677 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 54 | 119 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.53 |
| HSL | 225.35º | 0.57% | 0.3% | - |
| HSV(B) | 225.35º | 0.72% | 0.47% | - |
| XYZ | 5.28 | 4.29 | 18 | - |
| YUV | 55.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 119 | 0.72 | 0.55 | 0 | 0.53 | 225.35 | 0.57 | 0.3 |
| Hex | 21 | 36 | 77 | 48 | 37 | 0 | 35 | E1 | 39 | 1E |
| Octal | 41 | 66 | 167 | 110 | 67 | 0 | 65 | 341 | 71 | 36 |
| Binary | 100001 | 110110 | 1110111 | 1001000 | 110111 | 0 | 110101 | 11100001 | 111001 | 11110 |
Color Harmonies of #213677
Complementary color
Monochromatic Colors of #213677
Black with #213677
Text Example
Text Example
White with #213677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213677; }
p { color: rgb(33,54,119); }
H1.HeaderClassName
{
color: #213677;
}
.AnyTagClassName
{
color: #213677;
}
</style>
background-color css
<style>
a { background-color: #213677; }
a { background-color: rgb(33,54,119); }
div.DivClassName
{
background-color: #213677;
}
.BgClassName
{
background-color: #213677;
}
</style>
border-color css
<style>
span { border-color: #213677; }
span { border-color: rgb(33,54,119); }
td.TdClassName
{
border-color: #213677;
}
.TagClassName
{
border-color: #213677;
}
</style>