Shades of Resolution Blue #214074
Tints of Resolution Blue #214074
RGB
CMYK
RGB Variations
Color information
#214074 (or 0x214074) is known color: Resolution Blue. HEX triplet: 21, 40 and 74. RGB value is (33,64,116). Sum of RGB (Red+Green+Blue) = 33+64+116=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #214074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214074 is #DEBF8B. Grayscale: #3C3C3C. Windows color (decimal): -14598028 or 7618593. OLE color: 7618593.
HSL color Cylindrical-coordinate representation of color #214074: hue angle of 217.59º 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 #214074 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 64 | 116 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.55 |
| HSL | 217.59º | 0.56% | 0.29% | - |
| HSV(B) | 217.59º | 0.72% | 0.45% | - |
| XYZ | 5.61 | 5.25 | 17.24 | - |
| YUV | 60.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 116 | 0.72 | 0.45 | 0 | 0.55 | 217.59 | 0.56 | 0.29 |
| Hex | 21 | 40 | 74 | 48 | 2D | 0 | 37 | DA | 38 | 1D |
| Octal | 41 | 100 | 164 | 110 | 55 | 0 | 67 | 332 | 70 | 35 |
| Binary | 100001 | 1000000 | 1110100 | 1001000 | 101101 | 0 | 110111 | 11011010 | 111000 | 11101 |
Color Harmonies of #214074
Complementary color
Monochromatic Colors of #214074
Black with #214074
Text Example
Text Example
White with #214074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214074; }
p { color: rgb(33,64,116); }
H1.HeaderClassName
{
color: #214074;
}
.AnyTagClassName
{
color: #214074;
}
</style>
background-color css
<style>
a { background-color: #214074; }
a { background-color: rgb(33,64,116); }
div.DivClassName
{
background-color: #214074;
}
.BgClassName
{
background-color: #214074;
}
</style>
border-color css
<style>
span { border-color: #214074; }
span { border-color: rgb(33,64,116); }
td.TdClassName
{
border-color: #214074;
}
.TagClassName
{
border-color: #214074;
}
</style>