Shades of Resolution Blue #21328B
Tints of Resolution Blue #21328B
RGB
CMYK
RGB Variations
Color information
#21328B (or 0x21328B) is known color: Resolution Blue. HEX triplet: 21, 32 and 8B. RGB value is (33,50,139). Sum of RGB (Red+Green+Blue) = 33+50+139=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #21328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21328B is #DECD74. Grayscale: #363636. Windows color (decimal): -14601589 or 9122337. OLE color: 9122337.
HSL color Cylindrical-coordinate representation of color #21328B: hue angle of 230.38º 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 #21328B is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 50 | 139 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.45 |
| HSL | 230.38º | 0.62% | 0.34% | - |
| HSV(B) | 230.38º | 0.76% | 0.55% | - |
| XYZ | 6.43 | 4.47 | 24.95 | - |
| YUV | 55.06 | 175.37 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 139 | 0.76 | 0.64 | 0 | 0.45 | 230.38 | 0.62 | 0.34 |
| Hex | 21 | 32 | 8B | 4C | 40 | 0 | 2D | E6 | 3E | 22 |
| Octal | 41 | 62 | 213 | 114 | 100 | 0 | 55 | 346 | 76 | 42 |
| Binary | 100001 | 110010 | 10001011 | 1001100 | 1000000 | 0 | 101101 | 11100110 | 111110 | 100010 |
Color Harmonies of #21328B
Complementary color
Monochromatic Colors of #21328B
Black with #21328B
Text Example
Text Example
White with #21328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21328B; }
p { color: rgb(33,50,139); }
H1.HeaderClassName
{
color: #21328B;
}
.AnyTagClassName
{
color: #21328B;
}
</style>
background-color css
<style>
a { background-color: #21328B; }
a { background-color: rgb(33,50,139); }
div.DivClassName
{
background-color: #21328B;
}
.BgClassName
{
background-color: #21328B;
}
</style>
border-color css
<style>
span { border-color: #21328B; }
span { border-color: rgb(33,50,139); }
td.TdClassName
{
border-color: #21328B;
}
.TagClassName
{
border-color: #21328B;
}
</style>