Shades of Resolution Blue #214075
Tints of Resolution Blue #214075
RGB
CMYK
RGB Variations
Color information
#214075 (or 0x214075) is known color: Resolution Blue. HEX triplet: 21, 40 and 75. RGB value is (33,64,117). Sum of RGB (Red+Green+Blue) = 33+64+117=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #214075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214075 is #DEBF8A. Grayscale: #3C3C3C. Windows color (decimal): -14598027 or 7684129. OLE color: 7684129.
HSL color Cylindrical-coordinate representation of color #214075: hue angle of 217.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214075 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 64 | 117 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.54 |
| HSL | 217.86º | 0.56% | 0.29% | - |
| HSV(B) | 217.86º | 0.72% | 0.46% | - |
| XYZ | 5.67 | 5.27 | 17.55 | - |
| YUV | 60.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 117 | 0.72 | 0.45 | 0 | 0.54 | 217.86 | 0.56 | 0.29 |
| Hex | 21 | 40 | 75 | 48 | 2D | 0 | 36 | DA | 38 | 1D |
| Octal | 41 | 100 | 165 | 110 | 55 | 0 | 66 | 332 | 70 | 35 |
| Binary | 100001 | 1000000 | 1110101 | 1001000 | 101101 | 0 | 110110 | 11011010 | 111000 | 11101 |
Color Harmonies of #214075
Complementary color
Monochromatic Colors of #214075
Black with #214075
Text Example
Text Example
White with #214075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214075; }
p { color: rgb(33,64,117); }
H1.HeaderClassName
{
color: #214075;
}
.AnyTagClassName
{
color: #214075;
}
</style>
background-color css
<style>
a { background-color: #214075; }
a { background-color: rgb(33,64,117); }
div.DivClassName
{
background-color: #214075;
}
.BgClassName
{
background-color: #214075;
}
</style>
border-color css
<style>
span { border-color: #214075; }
span { border-color: rgb(33,64,117); }
td.TdClassName
{
border-color: #214075;
}
.TagClassName
{
border-color: #214075;
}
</style>