Shades of Resolution Blue #213F74
Tints of Resolution Blue #213F74
RGB
CMYK
RGB Variations
Color information
#213F74 (or 0x213F74) is known color: Resolution Blue. HEX triplet: 21, 3F and 74. RGB value is (33,63,116). Sum of RGB (Red+Green+Blue) = 33+63+116=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #213F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F74 is #DEC08B. Grayscale: #3B3B3B. Windows color (decimal): -14598284 or 7618337. OLE color: 7618337.
HSL color Cylindrical-coordinate representation of color #213F74: hue angle of 218.31º 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 #213F74 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 63 | 116 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.55 |
| HSL | 218.31º | 0.56% | 0.29% | - |
| HSV(B) | 218.31º | 0.72% | 0.45% | - |
| XYZ | 5.56 | 5.14 | 17.22 | - |
| YUV | 60.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 116 | 0.72 | 0.46 | 0 | 0.55 | 218.31 | 0.56 | 0.29 |
| Hex | 21 | 3F | 74 | 48 | 2E | 0 | 37 | DA | 38 | 1D |
| Octal | 41 | 77 | 164 | 110 | 56 | 0 | 67 | 332 | 70 | 35 |
| Binary | 100001 | 111111 | 1110100 | 1001000 | 101110 | 0 | 110111 | 11011010 | 111000 | 11101 |
Color Harmonies of #213F74
Complementary color
Monochromatic Colors of #213F74
Black with #213F74
Text Example
Text Example
White with #213F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F74; }
p { color: rgb(33,63,116); }
H1.HeaderClassName
{
color: #213F74;
}
.AnyTagClassName
{
color: #213F74;
}
</style>
background-color css
<style>
a { background-color: #213F74; }
a { background-color: rgb(33,63,116); }
div.DivClassName
{
background-color: #213F74;
}
.BgClassName
{
background-color: #213F74;
}
</style>
border-color css
<style>
span { border-color: #213F74; }
span { border-color: rgb(33,63,116); }
td.TdClassName
{
border-color: #213F74;
}
.TagClassName
{
border-color: #213F74;
}
</style>