Shades of Resolution Blue #21356F
Tints of Resolution Blue #21356F
RGB
CMYK
RGB Variations
Color information
#21356F (or 0x21356F) is known color: Resolution Blue. HEX triplet: 21, 35 and 6F. RGB value is (33,53,111). Sum of RGB (Red+Green+Blue) = 33+53+111=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #21356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21356F is #DECA90. Grayscale: #353535. Windows color (decimal): -14600849 or 7288097. OLE color: 7288097.
HSL color Cylindrical-coordinate representation of color #21356F: hue angle of 224.62º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21356F is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 53 | 111 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.56 |
| HSL | 224.62º | 0.54% | 0.28% | - |
| HSV(B) | 224.62º | 0.7% | 0.44% | - |
| XYZ | 4.77 | 4.02 | 15.56 | - |
| YUV | 53.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 111 | 0.70 | 0.52 | 0 | 0.56 | 224.62 | 0.54 | 0.28 |
| Hex | 21 | 35 | 6F | 46 | 34 | 0 | 38 | E1 | 36 | 1C |
| Octal | 41 | 65 | 157 | 106 | 64 | 0 | 70 | 341 | 66 | 34 |
| Binary | 100001 | 110101 | 1101111 | 1000110 | 110100 | 0 | 111000 | 11100001 | 110110 | 11100 |
Color Harmonies of #21356F
Complementary color
Monochromatic Colors of #21356F
Black with #21356F
Text Example
Text Example
White with #21356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21356F; }
p { color: rgb(33,53,111); }
H1.HeaderClassName
{
color: #21356F;
}
.AnyTagClassName
{
color: #21356F;
}
</style>
background-color css
<style>
a { background-color: #21356F; }
a { background-color: rgb(33,53,111); }
div.DivClassName
{
background-color: #21356F;
}
.BgClassName
{
background-color: #21356F;
}
</style>
border-color css
<style>
span { border-color: #21356F; }
span { border-color: rgb(33,53,111); }
td.TdClassName
{
border-color: #21356F;
}
.TagClassName
{
border-color: #21356F;
}
</style>