Shades of Resolution Blue #21337F
Tints of Resolution Blue #21337F
RGB
CMYK
RGB Variations
Color information
#21337F (or 0x21337F) is known color: Resolution Blue. HEX triplet: 21, 33 and 7F. RGB value is (33,51,127). Sum of RGB (Red+Green+Blue) = 33+51+127=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #21337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21337F is #DECC80. Grayscale: #353535. Windows color (decimal): -14601345 or 8336161. OLE color: 8336161.
HSL color Cylindrical-coordinate representation of color #21337F: hue angle of 228.51º 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 #21337F is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 51 | 127 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.50 |
| HSL | 228.51º | 0.59% | 0.31% | - |
| HSV(B) | 228.51º | 0.74% | 0.5% | - |
| XYZ | 5.64 | 4.22 | 20.6 | - |
| YUV | 54.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 127 | 0.74 | 0.60 | 0 | 0.50 | 228.51 | 0.59 | 0.31 |
| Hex | 21 | 33 | 7F | 4A | 3C | 0 | 32 | E5 | 3B | 1F |
| Octal | 41 | 63 | 177 | 112 | 74 | 0 | 62 | 345 | 73 | 37 |
| Binary | 100001 | 110011 | 1111111 | 1001010 | 111100 | 0 | 110010 | 11100101 | 111011 | 11111 |
Color Harmonies of #21337F
Complementary color
Monochromatic Colors of #21337F
Black with #21337F
Text Example
Text Example
White with #21337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21337F; }
p { color: rgb(33,51,127); }
H1.HeaderClassName
{
color: #21337F;
}
.AnyTagClassName
{
color: #21337F;
}
</style>
background-color css
<style>
a { background-color: #21337F; }
a { background-color: rgb(33,51,127); }
div.DivClassName
{
background-color: #21337F;
}
.BgClassName
{
background-color: #21337F;
}
</style>
border-color css
<style>
span { border-color: #21337F; }
span { border-color: rgb(33,51,127); }
td.TdClassName
{
border-color: #21337F;
}
.TagClassName
{
border-color: #21337F;
}
</style>