Shades of Resolution Blue #214377
Tints of Resolution Blue #214377
RGB
CMYK
RGB Variations
Color information
#214377 (or 0x214377) is known color: Resolution Blue. HEX triplet: 21, 43 and 77. RGB value is (33,67,119). Sum of RGB (Red+Green+Blue) = 33+67+119=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #214377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214377 is #DEBC88. Grayscale: #3E3E3E. Windows color (decimal): -14597257 or 7815969. OLE color: 7815969.
HSL color Cylindrical-coordinate representation of color #214377: hue angle of 216.28º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214377 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 67 | 119 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.53 |
| HSL | 216.28º | 0.57% | 0.3% | - |
| HSV(B) | 216.28º | 0.72% | 0.47% | - |
| XYZ | 5.96 | 5.67 | 18.23 | - |
| YUV | 62.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 119 | 0.72 | 0.44 | 0 | 0.53 | 216.28 | 0.57 | 0.3 |
| Hex | 21 | 43 | 77 | 48 | 2C | 0 | 35 | D8 | 39 | 1E |
| Octal | 41 | 103 | 167 | 110 | 54 | 0 | 65 | 330 | 71 | 36 |
| Binary | 100001 | 1000011 | 1110111 | 1001000 | 101100 | 0 | 110101 | 11011000 | 111001 | 11110 |
Color Harmonies of #214377
Complementary color
Monochromatic Colors of #214377
Black with #214377
Text Example
Text Example
White with #214377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214377; }
p { color: rgb(33,67,119); }
H1.HeaderClassName
{
color: #214377;
}
.AnyTagClassName
{
color: #214377;
}
</style>
background-color css
<style>
a { background-color: #214377; }
a { background-color: rgb(33,67,119); }
div.DivClassName
{
background-color: #214377;
}
.BgClassName
{
background-color: #214377;
}
</style>
border-color css
<style>
span { border-color: #214377; }
span { border-color: rgb(33,67,119); }
td.TdClassName
{
border-color: #214377;
}
.TagClassName
{
border-color: #214377;
}
</style>