Shades of Resolution Blue #21398A
Tints of Resolution Blue #21398A
RGB
CMYK
RGB Variations
Color information
#21398A (or 0x21398A) is known color: Resolution Blue. HEX triplet: 21, 39 and 8A. RGB value is (33,57,138). Sum of RGB (Red+Green+Blue) = 33+57+138=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #21398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21398A is #DEC675. Grayscale: #3A3A3A. Windows color (decimal): -14599798 or 9058593. OLE color: 9058593.
HSL color Cylindrical-coordinate representation of color #21398A: hue angle of 226.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21398A is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 57 | 138 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.46 |
| HSL | 226.29º | 0.61% | 0.34% | - |
| HSV(B) | 226.29º | 0.76% | 0.54% | - |
| XYZ | 6.68 | 5.08 | 24.67 | - |
| YUV | 59.06 | 172.55 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 138 | 0.76 | 0.59 | 0 | 0.46 | 226.29 | 0.61 | 0.34 |
| Hex | 21 | 39 | 8A | 4C | 3B | 0 | 2E | E2 | 3D | 22 |
| Octal | 41 | 71 | 212 | 114 | 73 | 0 | 56 | 342 | 75 | 42 |
| Binary | 100001 | 111001 | 10001010 | 1001100 | 111011 | 0 | 101110 | 11100010 | 111101 | 100010 |
Color Harmonies of #21398A
Complementary color
Monochromatic Colors of #21398A
Black with #21398A
Text Example
Text Example
White with #21398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21398A; }
p { color: rgb(33,57,138); }
H1.HeaderClassName
{
color: #21398A;
}
.AnyTagClassName
{
color: #21398A;
}
</style>
background-color css
<style>
a { background-color: #21398A; }
a { background-color: rgb(33,57,138); }
div.DivClassName
{
background-color: #21398A;
}
.BgClassName
{
background-color: #21398A;
}
</style>
border-color css
<style>
span { border-color: #21398A; }
span { border-color: rgb(33,57,138); }
td.TdClassName
{
border-color: #21398A;
}
.TagClassName
{
border-color: #21398A;
}
</style>