Shades of Resolution Blue #21417C
Tints of Resolution Blue #21417C
RGB
CMYK
RGB Variations
Color information
#21417C (or 0x21417C) is known color: Resolution Blue. HEX triplet: 21, 41 and 7C. RGB value is (33,65,124). Sum of RGB (Red+Green+Blue) = 33+65+124=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #21417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21417C is #DEBE83. Grayscale: #3D3D3D. Windows color (decimal): -14597764 or 8143137. OLE color: 8143137.
HSL color Cylindrical-coordinate representation of color #21417C: hue angle of 218.9º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21417C is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 65 | 124 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.51 |
| HSL | 218.9º | 0.58% | 0.31% | - |
| HSV(B) | 218.9º | 0.73% | 0.49% | - |
| XYZ | 6.16 | 5.56 | 19.82 | - |
| YUV | 62.16 | 162.9 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 124 | 0.73 | 0.48 | 0 | 0.51 | 218.9 | 0.58 | 0.31 |
| Hex | 21 | 41 | 7C | 49 | 30 | 0 | 33 | DB | 3A | 1F |
| Octal | 41 | 101 | 174 | 111 | 60 | 0 | 63 | 333 | 72 | 37 |
| Binary | 100001 | 1000001 | 1111100 | 1001001 | 110000 | 0 | 110011 | 11011011 | 111010 | 11111 |
Color Harmonies of #21417C
Complementary color
Monochromatic Colors of #21417C
Black with #21417C
Text Example
Text Example
White with #21417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21417C; }
p { color: rgb(33,65,124); }
H1.HeaderClassName
{
color: #21417C;
}
.AnyTagClassName
{
color: #21417C;
}
</style>
background-color css
<style>
a { background-color: #21417C; }
a { background-color: rgb(33,65,124); }
div.DivClassName
{
background-color: #21417C;
}
.BgClassName
{
background-color: #21417C;
}
</style>
border-color css
<style>
span { border-color: #21417C; }
span { border-color: rgb(33,65,124); }
td.TdClassName
{
border-color: #21417C;
}
.TagClassName
{
border-color: #21417C;
}
</style>