Shades of Resolution Blue #213E75
Tints of Resolution Blue #213E75
RGB
CMYK
RGB Variations
Color information
#213E75 (or 0x213E75) is known color: Resolution Blue. HEX triplet: 21, 3E and 75. RGB value is (33,62,117). Sum of RGB (Red+Green+Blue) = 33+62+117=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #213E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E75 is #DEC18A. Grayscale: #3B3B3B. Windows color (decimal): -14598539 or 7683617. OLE color: 7683617.
HSL color Cylindrical-coordinate representation of color #213E75: hue angle of 219.29º 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 #213E75 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 62 | 117 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.54 |
| HSL | 219.29º | 0.56% | 0.29% | - |
| HSV(B) | 219.29º | 0.72% | 0.46% | - |
| XYZ | 5.56 | 5.05 | 17.51 | - |
| YUV | 59.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 117 | 0.72 | 0.47 | 0 | 0.54 | 219.29 | 0.56 | 0.29 |
| Hex | 21 | 3E | 75 | 48 | 2F | 0 | 36 | DB | 38 | 1D |
| Octal | 41 | 76 | 165 | 110 | 57 | 0 | 66 | 333 | 70 | 35 |
| Binary | 100001 | 111110 | 1110101 | 1001000 | 101111 | 0 | 110110 | 11011011 | 111000 | 11101 |
Color Harmonies of #213E75
Complementary color
Monochromatic Colors of #213E75
Black with #213E75
Text Example
Text Example
White with #213E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E75; }
p { color: rgb(33,62,117); }
H1.HeaderClassName
{
color: #213E75;
}
.AnyTagClassName
{
color: #213E75;
}
</style>
background-color css
<style>
a { background-color: #213E75; }
a { background-color: rgb(33,62,117); }
div.DivClassName
{
background-color: #213E75;
}
.BgClassName
{
background-color: #213E75;
}
</style>
border-color css
<style>
span { border-color: #213E75; }
span { border-color: rgb(33,62,117); }
td.TdClassName
{
border-color: #213E75;
}
.TagClassName
{
border-color: #213E75;
}
</style>