Shades of Resolution Blue #21356C
Tints of Resolution Blue #21356C
RGB
CMYK
RGB Variations
Color information
#21356C (or 0x21356C) is known color: Resolution Blue. HEX triplet: 21, 35 and 6C. RGB value is (33,53,108). Sum of RGB (Red+Green+Blue) = 33+53+108=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #21356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21356C is #DECA93. Grayscale: #353535. Windows color (decimal): -14600852 or 7091489. OLE color: 7091489.
HSL color Cylindrical-coordinate representation of color #21356C: hue angle of 224º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21356C is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 53 | 108 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.58 |
| HSL | 224º | 0.53% | 0.28% | - |
| HSV(B) | 224º | 0.69% | 0.42% | - |
| XYZ | 4.61 | 3.95 | 14.71 | - |
| YUV | 53.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 108 | 0.69 | 0.51 | 0 | 0.58 | 224 | 0.53 | 0.28 |
| Hex | 21 | 35 | 6C | 45 | 33 | 0 | 3A | E0 | 35 | 1C |
| Octal | 41 | 65 | 154 | 105 | 63 | 0 | 72 | 340 | 65 | 34 |
| Binary | 100001 | 110101 | 1101100 | 1000101 | 110011 | 0 | 111010 | 11100000 | 110101 | 11100 |
Color Harmonies of #21356C
Complementary color
Monochromatic Colors of #21356C
Black with #21356C
Text Example
Text Example
White with #21356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21356C; }
p { color: rgb(33,53,108); }
H1.HeaderClassName
{
color: #21356C;
}
.AnyTagClassName
{
color: #21356C;
}
</style>
background-color css
<style>
a { background-color: #21356C; }
a { background-color: rgb(33,53,108); }
div.DivClassName
{
background-color: #21356C;
}
.BgClassName
{
background-color: #21356C;
}
</style>
border-color css
<style>
span { border-color: #21356C; }
span { border-color: rgb(33,53,108); }
td.TdClassName
{
border-color: #21356C;
}
.TagClassName
{
border-color: #21356C;
}
</style>