Shades of Resolution Blue #21367C
Tints of Resolution Blue #21367C
RGB
CMYK
RGB Variations
Color information
#21367C (or 0x21367C) is known color: Resolution Blue. HEX triplet: 21, 36 and 7C. RGB value is (33,54,124). Sum of RGB (Red+Green+Blue) = 33+54+124=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #21367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21367C is #DEC983. Grayscale: #373737. Windows color (decimal): -14600580 or 8140321. OLE color: 8140321.
HSL color Cylindrical-coordinate representation of color #21367C: hue angle of 226.15º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21367C is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 54 | 124 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.51 |
| HSL | 226.15º | 0.58% | 0.31% | - |
| HSV(B) | 226.15º | 0.73% | 0.49% | - |
| XYZ | 5.58 | 4.42 | 19.63 | - |
| YUV | 55.7 | 166.54 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 124 | 0.73 | 0.56 | 0 | 0.51 | 226.15 | 0.58 | 0.31 |
| Hex | 21 | 36 | 7C | 49 | 38 | 0 | 33 | E2 | 3A | 1F |
| Octal | 41 | 66 | 174 | 111 | 70 | 0 | 63 | 342 | 72 | 37 |
| Binary | 100001 | 110110 | 1111100 | 1001001 | 111000 | 0 | 110011 | 11100010 | 111010 | 11111 |
Color Harmonies of #21367C
Complementary color
Monochromatic Colors of #21367C
Black with #21367C
Text Example
Text Example
White with #21367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21367C; }
p { color: rgb(33,54,124); }
H1.HeaderClassName
{
color: #21367C;
}
.AnyTagClassName
{
color: #21367C;
}
</style>
background-color css
<style>
a { background-color: #21367C; }
a { background-color: rgb(33,54,124); }
div.DivClassName
{
background-color: #21367C;
}
.BgClassName
{
background-color: #21367C;
}
</style>
border-color css
<style>
span { border-color: #21367C; }
span { border-color: rgb(33,54,124); }
td.TdClassName
{
border-color: #21367C;
}
.TagClassName
{
border-color: #21367C;
}
</style>