Shades of Resolution Blue #21366F
Tints of Resolution Blue #21366F
RGB
CMYK
RGB Variations
Color information
#21366F (or 0x21366F) is known color: Resolution Blue. HEX triplet: 21, 36 and 6F. RGB value is (33,54,111). Sum of RGB (Red+Green+Blue) = 33+54+111=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #21366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21366F is #DEC990. Grayscale: #353535. Windows color (decimal): -14600593 or 7288353. OLE color: 7288353.
HSL color Cylindrical-coordinate representation of color #21366F: hue angle of 223.85º 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 #21366F is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 54 | 111 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.56 |
| HSL | 223.85º | 0.54% | 0.28% | - |
| HSV(B) | 223.85º | 0.7% | 0.44% | - |
| XYZ | 4.82 | 4.11 | 15.58 | - |
| YUV | 54.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 111 | 0.70 | 0.51 | 0 | 0.56 | 223.85 | 0.54 | 0.28 |
| Hex | 21 | 36 | 6F | 46 | 33 | 0 | 38 | E0 | 36 | 1C |
| Octal | 41 | 66 | 157 | 106 | 63 | 0 | 70 | 340 | 66 | 34 |
| Binary | 100001 | 110110 | 1101111 | 1000110 | 110011 | 0 | 111000 | 11100000 | 110110 | 11100 |
Color Harmonies of #21366F
Complementary color
Monochromatic Colors of #21366F
Black with #21366F
Text Example
Text Example
White with #21366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21366F; }
p { color: rgb(33,54,111); }
H1.HeaderClassName
{
color: #21366F;
}
.AnyTagClassName
{
color: #21366F;
}
</style>
background-color css
<style>
a { background-color: #21366F; }
a { background-color: rgb(33,54,111); }
div.DivClassName
{
background-color: #21366F;
}
.BgClassName
{
background-color: #21366F;
}
</style>
border-color css
<style>
span { border-color: #21366F; }
span { border-color: rgb(33,54,111); }
td.TdClassName
{
border-color: #21366F;
}
.TagClassName
{
border-color: #21366F;
}
</style>