Shades of Resolution Blue #213B7F
Tints of Resolution Blue #213B7F
RGB
CMYK
RGB Variations
Color information
#213B7F (or 0x213B7F) is known color: Resolution Blue. HEX triplet: 21, 3B and 7F. RGB value is (33,59,127). Sum of RGB (Red+Green+Blue) = 33+59+127=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #213B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B7F is #DEC480. Grayscale: #3A3A3A. Windows color (decimal): -14599297 or 8338209. OLE color: 8338209.
HSL color Cylindrical-coordinate representation of color #213B7F: hue angle of 223.4º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #213B7F is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 59 | 127 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.50 |
| HSL | 223.4º | 0.59% | 0.31% | - |
| HSV(B) | 223.4º | 0.74% | 0.5% | - |
| XYZ | 6.02 | 4.98 | 20.72 | - |
| YUV | 58.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 127 | 0.74 | 0.54 | 0 | 0.50 | 223.4 | 0.59 | 0.31 |
| Hex | 21 | 3B | 7F | 4A | 36 | 0 | 32 | DF | 3B | 1F |
| Octal | 41 | 73 | 177 | 112 | 66 | 0 | 62 | 337 | 73 | 37 |
| Binary | 100001 | 111011 | 1111111 | 1001010 | 110110 | 0 | 110010 | 11011111 | 111011 | 11111 |
Color Harmonies of #213B7F
Complementary color
Monochromatic Colors of #213B7F
Black with #213B7F
Text Example
Text Example
White with #213B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B7F; }
p { color: rgb(33,59,127); }
H1.HeaderClassName
{
color: #213B7F;
}
.AnyTagClassName
{
color: #213B7F;
}
</style>
background-color css
<style>
a { background-color: #213B7F; }
a { background-color: rgb(33,59,127); }
div.DivClassName
{
background-color: #213B7F;
}
.BgClassName
{
background-color: #213B7F;
}
</style>
border-color css
<style>
span { border-color: #213B7F; }
span { border-color: rgb(33,59,127); }
td.TdClassName
{
border-color: #213B7F;
}
.TagClassName
{
border-color: #213B7F;
}
</style>