Shades of Resolution Blue #21357E
Tints of Resolution Blue #21357E
RGB
CMYK
RGB Variations
Color information
#21357E (or 0x21357E) is known color: Resolution Blue. HEX triplet: 21, 35 and 7E. RGB value is (33,53,126). Sum of RGB (Red+Green+Blue) = 33+53+126=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #21357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21357E is #DECA81. Grayscale: #373737. Windows color (decimal): -14600834 or 8271137. OLE color: 8271137.
HSL color Cylindrical-coordinate representation of color #21357E: hue angle of 227.1º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21357E is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 53 | 126 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.51 |
| HSL | 227.1º | 0.58% | 0.31% | - |
| HSV(B) | 227.1º | 0.74% | 0.49% | - |
| XYZ | 5.67 | 4.38 | 20.28 | - |
| YUV | 55.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 126 | 0.74 | 0.58 | 0 | 0.51 | 227.1 | 0.58 | 0.31 |
| Hex | 21 | 35 | 7E | 4A | 3A | 0 | 33 | E3 | 3A | 1F |
| Octal | 41 | 65 | 176 | 112 | 72 | 0 | 63 | 343 | 72 | 37 |
| Binary | 100001 | 110101 | 1111110 | 1001010 | 111010 | 0 | 110011 | 11100011 | 111010 | 11111 |
Color Harmonies of #21357E
Complementary color
Monochromatic Colors of #21357E
Black with #21357E
Text Example
Text Example
White with #21357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21357E; }
p { color: rgb(33,53,126); }
H1.HeaderClassName
{
color: #21357E;
}
.AnyTagClassName
{
color: #21357E;
}
</style>
background-color css
<style>
a { background-color: #21357E; }
a { background-color: rgb(33,53,126); }
div.DivClassName
{
background-color: #21357E;
}
.BgClassName
{
background-color: #21357E;
}
</style>
border-color css
<style>
span { border-color: #21357E; }
span { border-color: rgb(33,53,126); }
td.TdClassName
{
border-color: #21357E;
}
.TagClassName
{
border-color: #21357E;
}
</style>