Shades of Resolution Blue #214375
Tints of Resolution Blue #214375
RGB
CMYK
RGB Variations
Color information
#214375 (or 0x214375) is known color: Resolution Blue. HEX triplet: 21, 43 and 75. RGB value is (33,67,117). Sum of RGB (Red+Green+Blue) = 33+67+117=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #214375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214375 is #DEBC8A. Grayscale: #3E3E3E. Windows color (decimal): -14597259 or 7684897. OLE color: 7684897.
HSL color Cylindrical-coordinate representation of color #214375: hue angle of 215.71º 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 #214375 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 67 | 117 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.54 |
| HSL | 215.71º | 0.56% | 0.29% | - |
| HSV(B) | 215.71º | 0.72% | 0.46% | - |
| XYZ | 5.85 | 5.62 | 17.61 | - |
| YUV | 62.53 | 158.74 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 117 | 0.72 | 0.43 | 0 | 0.54 | 215.71 | 0.56 | 0.29 |
| Hex | 21 | 43 | 75 | 48 | 2B | 0 | 36 | D8 | 38 | 1D |
| Octal | 41 | 103 | 165 | 110 | 53 | 0 | 66 | 330 | 70 | 35 |
| Binary | 100001 | 1000011 | 1110101 | 1001000 | 101011 | 0 | 110110 | 11011000 | 111000 | 11101 |
Color Harmonies of #214375
Complementary color
Monochromatic Colors of #214375
Black with #214375
Text Example
Text Example
White with #214375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214375; }
p { color: rgb(33,67,117); }
H1.HeaderClassName
{
color: #214375;
}
.AnyTagClassName
{
color: #214375;
}
</style>
background-color css
<style>
a { background-color: #214375; }
a { background-color: rgb(33,67,117); }
div.DivClassName
{
background-color: #214375;
}
.BgClassName
{
background-color: #214375;
}
</style>
border-color css
<style>
span { border-color: #214375; }
span { border-color: rgb(33,67,117); }
td.TdClassName
{
border-color: #214375;
}
.TagClassName
{
border-color: #214375;
}
</style>