Shades of Resolution Blue #21407F
Tints of Resolution Blue #21407F
RGB
CMYK
RGB Variations
Color information
#21407F (or 0x21407F) is known color: Resolution Blue. HEX triplet: 21, 40 and 7F. RGB value is (33,64,127). Sum of RGB (Red+Green+Blue) = 33+64+127=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #21407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21407F is #DEBF80. Grayscale: #3D3D3D. Windows color (decimal): -14598017 or 8339489. OLE color: 8339489.
HSL color Cylindrical-coordinate representation of color #21407F: hue angle of 220.21º 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 #21407F is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 64 | 127 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.50 |
| HSL | 220.21º | 0.59% | 0.31% | - |
| HSV(B) | 220.21º | 0.74% | 0.5% | - |
| XYZ | 6.29 | 5.52 | 20.81 | - |
| YUV | 61.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 127 | 0.74 | 0.50 | 0 | 0.50 | 220.21 | 0.59 | 0.31 |
| Hex | 21 | 40 | 7F | 4A | 32 | 0 | 32 | DC | 3B | 1F |
| Octal | 41 | 100 | 177 | 112 | 62 | 0 | 62 | 334 | 73 | 37 |
| Binary | 100001 | 1000000 | 1111111 | 1001010 | 110010 | 0 | 110010 | 11011100 | 111011 | 11111 |
Color Harmonies of #21407F
Complementary color
Monochromatic Colors of #21407F
Black with #21407F
Text Example
Text Example
White with #21407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21407F; }
p { color: rgb(33,64,127); }
H1.HeaderClassName
{
color: #21407F;
}
.AnyTagClassName
{
color: #21407F;
}
</style>
background-color css
<style>
a { background-color: #21407F; }
a { background-color: rgb(33,64,127); }
div.DivClassName
{
background-color: #21407F;
}
.BgClassName
{
background-color: #21407F;
}
</style>
border-color css
<style>
span { border-color: #21407F; }
span { border-color: rgb(33,64,127); }
td.TdClassName
{
border-color: #21407F;
}
.TagClassName
{
border-color: #21407F;
}
</style>