Shades of Resolution Blue #21336C
Tints of Resolution Blue #21336C
RGB
CMYK
RGB Variations
Color information
#21336C (or 0x21336C) is known color: Resolution Blue. HEX triplet: 21, 33 and 6C. RGB value is (33,51,108). Sum of RGB (Red+Green+Blue) = 33+51+108=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #21336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21336C is #DECC93. Grayscale: #333333. Windows color (decimal): -14601364 or 7090977. OLE color: 7090977.
HSL color Cylindrical-coordinate representation of color #21336C: hue angle of 225.6º 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 #21336C is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 51 | 108 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.58 |
| HSL | 225.6º | 0.53% | 0.28% | - |
| HSV(B) | 225.6º | 0.69% | 0.42% | - |
| XYZ | 4.52 | 3.77 | 14.68 | - |
| YUV | 52.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 108 | 0.69 | 0.53 | 0 | 0.58 | 225.6 | 0.53 | 0.28 |
| Hex | 21 | 33 | 6C | 45 | 35 | 0 | 3A | E2 | 35 | 1C |
| Octal | 41 | 63 | 154 | 105 | 65 | 0 | 72 | 342 | 65 | 34 |
| Binary | 100001 | 110011 | 1101100 | 1000101 | 110101 | 0 | 111010 | 11100010 | 110101 | 11100 |
Color Harmonies of #21336C
Complementary color
Monochromatic Colors of #21336C
Black with #21336C
Text Example
Text Example
White with #21336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21336C; }
p { color: rgb(33,51,108); }
H1.HeaderClassName
{
color: #21336C;
}
.AnyTagClassName
{
color: #21336C;
}
</style>
background-color css
<style>
a { background-color: #21336C; }
a { background-color: rgb(33,51,108); }
div.DivClassName
{
background-color: #21336C;
}
.BgClassName
{
background-color: #21336C;
}
</style>
border-color css
<style>
span { border-color: #21336C; }
span { border-color: rgb(33,51,108); }
td.TdClassName
{
border-color: #21336C;
}
.TagClassName
{
border-color: #21336C;
}
</style>