Shades of Resolution Blue #212F74
Tints of Resolution Blue #212F74
RGB
CMYK
RGB Variations
Color information
#212F74 (or 0x212F74) is known color: Resolution Blue. HEX triplet: 21, 2F and 74. RGB value is (33,47,116). Sum of RGB (Red+Green+Blue) = 33+47+116=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #212F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F74 is #DED08B. Grayscale: #323232. Windows color (decimal): -14602380 or 7614241. OLE color: 7614241.
HSL color Cylindrical-coordinate representation of color #212F74: hue angle of 229.88º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212F74 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 47 | 116 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.55 |
| HSL | 229.88º | 0.56% | 0.29% | - |
| HSV(B) | 229.88º | 0.72% | 0.45% | - |
| XYZ | 4.8 | 3.62 | 16.97 | - |
| YUV | 50.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 116 | 0.72 | 0.59 | 0 | 0.55 | 229.88 | 0.56 | 0.29 |
| Hex | 21 | 2F | 74 | 48 | 3B | 0 | 37 | E6 | 38 | 1D |
| Octal | 41 | 57 | 164 | 110 | 73 | 0 | 67 | 346 | 70 | 35 |
| Binary | 100001 | 101111 | 1110100 | 1001000 | 111011 | 0 | 110111 | 11100110 | 111000 | 11101 |
Color Harmonies of #212F74
Complementary color
Monochromatic Colors of #212F74
Black with #212F74
Text Example
Text Example
White with #212F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F74; }
p { color: rgb(33,47,116); }
H1.HeaderClassName
{
color: #212F74;
}
.AnyTagClassName
{
color: #212F74;
}
</style>
background-color css
<style>
a { background-color: #212F74; }
a { background-color: rgb(33,47,116); }
div.DivClassName
{
background-color: #212F74;
}
.BgClassName
{
background-color: #212F74;
}
</style>
border-color css
<style>
span { border-color: #212F74; }
span { border-color: rgb(33,47,116); }
td.TdClassName
{
border-color: #212F74;
}
.TagClassName
{
border-color: #212F74;
}
</style>