Shades of Resolution Blue #212F6E
Tints of Resolution Blue #212F6E
RGB
CMYK
RGB Variations
Color information
#212F6E (or 0x212F6E) is known color: Resolution Blue. HEX triplet: 21, 2F and 6E. RGB value is (33,47,110). Sum of RGB (Red+Green+Blue) = 33+47+110=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #212F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F6E is #DED091. Grayscale: #313131. Windows color (decimal): -14602386 or 7221025. OLE color: 7221025.
HSL color Cylindrical-coordinate representation of color #212F6E: hue angle of 229.09º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #212F6E is Cyan = 0.7, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 47 | 110 | - |
| CMYK | 0.7 | 0.57 | 0 | 0.57 |
| HSL | 229.09º | 0.54% | 0.28% | - |
| HSV(B) | 229.09º | 0.7% | 0.43% | - |
| XYZ | 4.46 | 3.48 | 15.19 | - |
| YUV | 50 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 110 | 0.7 | 0.57 | 0 | 0.57 | 229.09 | 0.54 | 0.28 |
| Hex | 21 | 2F | 6E | 46 | 39 | 0 | 39 | E5 | 36 | 1C |
| Octal | 41 | 57 | 156 | 106 | 71 | 0 | 71 | 345 | 66 | 34 |
| Binary | 100001 | 101111 | 1101110 | 1000110 | 111001 | 0 | 111001 | 11100101 | 110110 | 11100 |
Color Harmonies of #212F6E
Complementary color
Monochromatic Colors of #212F6E
Black with #212F6E
Text Example
Text Example
White with #212F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F6E; }
p { color: rgb(33,47,110); }
H1.HeaderClassName
{
color: #212F6E;
}
.AnyTagClassName
{
color: #212F6E;
}
</style>
background-color css
<style>
a { background-color: #212F6E; }
a { background-color: rgb(33,47,110); }
div.DivClassName
{
background-color: #212F6E;
}
.BgClassName
{
background-color: #212F6E;
}
</style>
border-color css
<style>
span { border-color: #212F6E; }
span { border-color: rgb(33,47,110); }
td.TdClassName
{
border-color: #212F6E;
}
.TagClassName
{
border-color: #212F6E;
}
</style>