Shades of Resolution Blue #21398C
Tints of Resolution Blue #21398C
RGB
CMYK
RGB Variations
Color information
#21398C (or 0x21398C) is known color: Resolution Blue. HEX triplet: 21, 39 and 8C. RGB value is (33,57,140). Sum of RGB (Red+Green+Blue) = 33+57+140=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #21398C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21398C is #DEC673. Grayscale: #3A3A3A. Windows color (decimal): -14599796 or 9189665. OLE color: 9189665.
HSL color Cylindrical-coordinate representation of color #21398C: hue angle of 226.54º 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 #21398C is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 57 | 140 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.45 |
| HSL | 226.54º | 0.62% | 0.34% | - |
| HSV(B) | 226.54º | 0.76% | 0.55% | - |
| XYZ | 6.82 | 5.14 | 25.44 | - |
| YUV | 59.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 140 | 0.76 | 0.59 | 0 | 0.45 | 226.54 | 0.62 | 0.34 |
| Hex | 21 | 39 | 8C | 4C | 3B | 0 | 2D | E3 | 3E | 22 |
| Octal | 41 | 71 | 214 | 114 | 73 | 0 | 55 | 343 | 76 | 42 |
| Binary | 100001 | 111001 | 10001100 | 1001100 | 111011 | 0 | 101101 | 11100011 | 111110 | 100010 |
Color Harmonies of #21398C
Complementary color
Monochromatic Colors of #21398C
Black with #21398C
Text Example
Text Example
White with #21398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21398C; }
p { color: rgb(33,57,140); }
H1.HeaderClassName
{
color: #21398C;
}
.AnyTagClassName
{
color: #21398C;
}
</style>
background-color css
<style>
a { background-color: #21398C; }
a { background-color: rgb(33,57,140); }
div.DivClassName
{
background-color: #21398C;
}
.BgClassName
{
background-color: #21398C;
}
</style>
border-color css
<style>
span { border-color: #21398C; }
span { border-color: rgb(33,57,140); }
td.TdClassName
{
border-color: #21398C;
}
.TagClassName
{
border-color: #21398C;
}
</style>