Shades of Resolution Blue #21388D
Tints of Resolution Blue #21388D
RGB
CMYK
RGB Variations
Color information
#21388D (or 0x21388D) is known color: Resolution Blue. HEX triplet: 21, 38 and 8D. RGB value is (33,56,141). Sum of RGB (Red+Green+Blue) = 33+56+141=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #21388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21388D is #DEC772. Grayscale: #3A3A3A. Windows color (decimal): -14600051 or 9254945. OLE color: 9254945.
HSL color Cylindrical-coordinate representation of color #21388D: hue angle of 227.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21388D is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 56 | 141 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.45 |
| HSL | 227.22º | 0.62% | 0.34% | - |
| HSV(B) | 227.22º | 0.77% | 0.55% | - |
| XYZ | 6.85 | 5.07 | 25.82 | - |
| YUV | 58.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 141 | 0.77 | 0.60 | 0 | 0.45 | 227.22 | 0.62 | 0.34 |
| Hex | 21 | 38 | 8D | 4D | 3C | 0 | 2D | E3 | 3E | 22 |
| Octal | 41 | 70 | 215 | 115 | 74 | 0 | 55 | 343 | 76 | 42 |
| Binary | 100001 | 111000 | 10001101 | 1001101 | 111100 | 0 | 101101 | 11100011 | 111110 | 100010 |
Color Harmonies of #21388D
Complementary color
Monochromatic Colors of #21388D
Black with #21388D
Text Example
Text Example
White with #21388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21388D; }
p { color: rgb(33,56,141); }
H1.HeaderClassName
{
color: #21388D;
}
.AnyTagClassName
{
color: #21388D;
}
</style>
background-color css
<style>
a { background-color: #21388D; }
a { background-color: rgb(33,56,141); }
div.DivClassName
{
background-color: #21388D;
}
.BgClassName
{
background-color: #21388D;
}
</style>
border-color css
<style>
span { border-color: #21388D; }
span { border-color: rgb(33,56,141); }
td.TdClassName
{
border-color: #21388D;
}
.TagClassName
{
border-color: #21388D;
}
</style>