Shades of Resolution Blue #21317A
Tints of Resolution Blue #21317A
RGB
CMYK
RGB Variations
Color information
#21317A (or 0x21317A) is known color: Resolution Blue. HEX triplet: 21, 31 and 7A. RGB value is (33,49,122). Sum of RGB (Red+Green+Blue) = 33+49+122=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #21317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21317A is #DECE85. Grayscale: #343434. Windows color (decimal): -14601862 or 8007969. OLE color: 8007969.
HSL color Cylindrical-coordinate representation of color #21317A: hue angle of 229.21º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21317A is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 49 | 122 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.52 |
| HSL | 229.21º | 0.57% | 0.3% | - |
| HSV(B) | 229.21º | 0.73% | 0.48% | - |
| XYZ | 5.24 | 3.93 | 18.89 | - |
| YUV | 52.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 122 | 0.73 | 0.60 | 0 | 0.52 | 229.21 | 0.57 | 0.3 |
| Hex | 21 | 31 | 7A | 49 | 3C | 0 | 34 | E5 | 39 | 1E |
| Octal | 41 | 61 | 172 | 111 | 74 | 0 | 64 | 345 | 71 | 36 |
| Binary | 100001 | 110001 | 1111010 | 1001001 | 111100 | 0 | 110100 | 11100101 | 111001 | 11110 |
Color Harmonies of #21317A
Complementary color
Monochromatic Colors of #21317A
Black with #21317A
Text Example
Text Example
White with #21317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21317A; }
p { color: rgb(33,49,122); }
H1.HeaderClassName
{
color: #21317A;
}
.AnyTagClassName
{
color: #21317A;
}
</style>
background-color css
<style>
a { background-color: #21317A; }
a { background-color: rgb(33,49,122); }
div.DivClassName
{
background-color: #21317A;
}
.BgClassName
{
background-color: #21317A;
}
</style>
border-color css
<style>
span { border-color: #21317A; }
span { border-color: rgb(33,49,122); }
td.TdClassName
{
border-color: #21317A;
}
.TagClassName
{
border-color: #21317A;
}
</style>