Shades of Resolution Blue #21347F
Tints of Resolution Blue #21347F
RGB
CMYK
RGB Variations
Color information
#21347F (or 0x21347F) is known color: Resolution Blue. HEX triplet: 21, 34 and 7F. RGB value is (33,52,127). Sum of RGB (Red+Green+Blue) = 33+52+127=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #21347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21347F is #DECB80. Grayscale: #363636. Windows color (decimal): -14601089 or 8336417. OLE color: 8336417.
HSL color Cylindrical-coordinate representation of color #21347F: hue angle of 227.87º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21347F is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 52 | 127 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.50 |
| HSL | 227.87º | 0.59% | 0.31% | - |
| HSV(B) | 227.87º | 0.74% | 0.5% | - |
| XYZ | 5.69 | 4.31 | 20.61 | - |
| YUV | 54.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 127 | 0.74 | 0.59 | 0 | 0.50 | 227.87 | 0.59 | 0.31 |
| Hex | 21 | 34 | 7F | 4A | 3B | 0 | 32 | E4 | 3B | 1F |
| Octal | 41 | 64 | 177 | 112 | 73 | 0 | 62 | 344 | 73 | 37 |
| Binary | 100001 | 110100 | 1111111 | 1001010 | 111011 | 0 | 110010 | 11100100 | 111011 | 11111 |
Color Harmonies of #21347F
Complementary color
Monochromatic Colors of #21347F
Black with #21347F
Text Example
Text Example
White with #21347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21347F; }
p { color: rgb(33,52,127); }
H1.HeaderClassName
{
color: #21347F;
}
.AnyTagClassName
{
color: #21347F;
}
</style>
background-color css
<style>
a { background-color: #21347F; }
a { background-color: rgb(33,52,127); }
div.DivClassName
{
background-color: #21347F;
}
.BgClassName
{
background-color: #21347F;
}
</style>
border-color css
<style>
span { border-color: #21347F; }
span { border-color: rgb(33,52,127); }
td.TdClassName
{
border-color: #21347F;
}
.TagClassName
{
border-color: #21347F;
}
</style>