Shades of Resolution Blue #212E7C
Tints of Resolution Blue #212E7C
RGB
CMYK
RGB Variations
Color information
#212E7C (or 0x212E7C) is known color: Resolution Blue. HEX triplet: 21, 2E and 7C. RGB value is (33,46,124). Sum of RGB (Red+Green+Blue) = 33+46+124=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #212E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E7C is #DED183. Grayscale: #323232. Windows color (decimal): -14602628 or 8138273. OLE color: 8138273.
HSL color Cylindrical-coordinate representation of color #212E7C: hue angle of 231.43º 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 #212E7C is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 46 | 124 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.51 |
| HSL | 231.43º | 0.58% | 0.31% | - |
| HSV(B) | 231.43º | 0.73% | 0.49% | - |
| XYZ | 5.24 | 3.73 | 19.51 | - |
| YUV | 51.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 124 | 0.73 | 0.63 | 0 | 0.51 | 231.43 | 0.58 | 0.31 |
| Hex | 21 | 2E | 7C | 49 | 3F | 0 | 33 | E7 | 3A | 1F |
| Octal | 41 | 56 | 174 | 111 | 77 | 0 | 63 | 347 | 72 | 37 |
| Binary | 100001 | 101110 | 1111100 | 1001001 | 111111 | 0 | 110011 | 11100111 | 111010 | 11111 |
Color Harmonies of #212E7C
Complementary color
Monochromatic Colors of #212E7C
Black with #212E7C
Text Example
Text Example
White with #212E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E7C; }
p { color: rgb(33,46,124); }
H1.HeaderClassName
{
color: #212E7C;
}
.AnyTagClassName
{
color: #212E7C;
}
</style>
background-color css
<style>
a { background-color: #212E7C; }
a { background-color: rgb(33,46,124); }
div.DivClassName
{
background-color: #212E7C;
}
.BgClassName
{
background-color: #212E7C;
}
</style>
border-color css
<style>
span { border-color: #212E7C; }
span { border-color: rgb(33,46,124); }
td.TdClassName
{
border-color: #212E7C;
}
.TagClassName
{
border-color: #212E7C;
}
</style>