Shades of Medium Blue #221CDE
Tints of Medium Blue #221CDE
RGB
CMYK
RGB Variations
Color information
#221CDE (or 0x221CDE) is known color: Medium Blue. HEX triplet: 22, 1C and DE. RGB value is (34,28,222). Sum of RGB (Red+Green+Blue) = 34+28+222=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #221CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CDE is #DDE321. Grayscale: #333333. Windows color (decimal): -14541602 or 14556194. OLE color: 14556194.
HSL color Cylindrical-coordinate representation of color #221CDE: hue angle of 241.86º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221CDE is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 28 | 222 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.13 |
| HSL | 241.86º | 0.78% | 0.49% | - |
| HSV(B) | 241.86º | 0.87% | 0.87% | - |
| XYZ | 14.26 | 6.44 | 69.6 | - |
| YUV | 51.91 | 223.99 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 222 | 0.85 | 0.87 | 0 | 0.13 | 241.86 | 0.78 | 0.49 |
| Hex | 22 | 1C | DE | 55 | 57 | 0 | D | F2 | 4E | 31 |
| Octal | 42 | 34 | 336 | 125 | 127 | 0 | 15 | 362 | 116 | 61 |
| Binary | 100010 | 11100 | 11011110 | 1010101 | 1010111 | 0 | 1101 | 11110010 | 1001110 | 110001 |
Color Harmonies of #221CDE
Complementary color
Monochromatic Colors of #221CDE
Black with #221CDE
Text Example
Text Example
White with #221CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221CDE; }
p { color: rgb(34,28,222); }
H1.HeaderClassName
{
color: #221CDE;
}
.AnyTagClassName
{
color: #221CDE;
}
</style>
background-color css
<style>
a { background-color: #221CDE; }
a { background-color: rgb(34,28,222); }
div.DivClassName
{
background-color: #221CDE;
}
.BgClassName
{
background-color: #221CDE;
}
</style>
border-color css
<style>
span { border-color: #221CDE; }
span { border-color: rgb(34,28,222); }
td.TdClassName
{
border-color: #221CDE;
}
.TagClassName
{
border-color: #221CDE;
}
</style>