Shades of Resolution Blue #213B8C
Tints of Resolution Blue #213B8C
RGB
CMYK
RGB Variations
Color information
#213B8C (or 0x213B8C) is known color: Resolution Blue. HEX triplet: 21, 3B and 8C. RGB value is (33,59,140). Sum of RGB (Red+Green+Blue) = 33+59+140=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #213B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213B8C is #DEC473. Grayscale: #3C3C3C. Windows color (decimal): -14599284 or 9190177. OLE color: 9190177.
HSL color Cylindrical-coordinate representation of color #213B8C: hue angle of 225.42º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #213B8C is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 59 | 140 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.45 |
| HSL | 225.42º | 0.62% | 0.34% | - |
| HSV(B) | 225.42º | 0.76% | 0.55% | - |
| XYZ | 6.92 | 5.34 | 25.48 | - |
| YUV | 60.46 | 172.89 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 140 | 0.76 | 0.58 | 0 | 0.45 | 225.42 | 0.62 | 0.34 |
| Hex | 21 | 3B | 8C | 4C | 3A | 0 | 2D | E1 | 3E | 22 |
| Octal | 41 | 73 | 214 | 114 | 72 | 0 | 55 | 341 | 76 | 42 |
| Binary | 100001 | 111011 | 10001100 | 1001100 | 111010 | 0 | 101101 | 11100001 | 111110 | 100010 |
Color Harmonies of #213B8C
Complementary color
Monochromatic Colors of #213B8C
Black with #213B8C
Text Example
Text Example
White with #213B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B8C; }
p { color: rgb(33,59,140); }
H1.HeaderClassName
{
color: #213B8C;
}
.AnyTagClassName
{
color: #213B8C;
}
</style>
background-color css
<style>
a { background-color: #213B8C; }
a { background-color: rgb(33,59,140); }
div.DivClassName
{
background-color: #213B8C;
}
.BgClassName
{
background-color: #213B8C;
}
</style>
border-color css
<style>
span { border-color: #213B8C; }
span { border-color: rgb(33,59,140); }
td.TdClassName
{
border-color: #213B8C;
}
.TagClassName
{
border-color: #213B8C;
}
</style>