Shades of Resolution Blue #213B7B
Tints of Resolution Blue #213B7B
RGB
CMYK
RGB Variations
Color information
#213B7B (or 0x213B7B) is known color: Resolution Blue. HEX triplet: 21, 3B and 7B. RGB value is (33,59,123). Sum of RGB (Red+Green+Blue) = 33+59+123=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #213B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B7B is #DEC484. Grayscale: #3A3A3A. Windows color (decimal): -14599301 or 8076065. OLE color: 8076065.
HSL color Cylindrical-coordinate representation of color #213B7B: hue angle of 222.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213B7B is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 59 | 123 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.52 |
| HSL | 222.67º | 0.58% | 0.31% | - |
| HSV(B) | 222.67º | 0.73% | 0.48% | - |
| XYZ | 5.77 | 4.88 | 19.38 | - |
| YUV | 58.52 | 164.39 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 123 | 0.73 | 0.52 | 0 | 0.52 | 222.67 | 0.58 | 0.31 |
| Hex | 21 | 3B | 7B | 49 | 34 | 0 | 34 | DF | 3A | 1F |
| Octal | 41 | 73 | 173 | 111 | 64 | 0 | 64 | 337 | 72 | 37 |
| Binary | 100001 | 111011 | 1111011 | 1001001 | 110100 | 0 | 110100 | 11011111 | 111010 | 11111 |
Color Harmonies of #213B7B
Complementary color
Monochromatic Colors of #213B7B
Black with #213B7B
Text Example
Text Example
White with #213B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B7B; }
p { color: rgb(33,59,123); }
H1.HeaderClassName
{
color: #213B7B;
}
.AnyTagClassName
{
color: #213B7B;
}
</style>
background-color css
<style>
a { background-color: #213B7B; }
a { background-color: rgb(33,59,123); }
div.DivClassName
{
background-color: #213B7B;
}
.BgClassName
{
background-color: #213B7B;
}
</style>
border-color css
<style>
span { border-color: #213B7B; }
span { border-color: rgb(33,59,123); }
td.TdClassName
{
border-color: #213B7B;
}
.TagClassName
{
border-color: #213B7B;
}
</style>