Shades of Persian Blue #221DCC
Tints of Persian Blue #221DCC
RGB
CMYK
RGB Variations
Color information
#221DCC (or 0x221DCC) is known color: Persian Blue. HEX triplet: 22, 1D and CC. RGB value is (34,29,204). Sum of RGB (Red+Green+Blue) = 34+29+204=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #221DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DCC is #DDE233. Grayscale: #313131. Windows color (decimal): -14541364 or 13376802. OLE color: 13376802.
HSL color Cylindrical-coordinate representation of color #221DCC: hue angle of 241.71º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221DCC is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 29 | 204 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.2 |
| HSL | 241.71º | 0.75% | 0.46% | - |
| HSV(B) | 241.71º | 0.86% | 0.8% | - |
| XYZ | 12 | 5.58 | 57.57 | - |
| YUV | 50.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 204 | 0.83 | 0.86 | 0 | 0.2 | 241.71 | 0.75 | 0.46 |
| Hex | 22 | 1D | CC | 53 | 56 | 0 | 14 | F2 | 4B | 2E |
| Octal | 42 | 35 | 314 | 123 | 126 | 0 | 24 | 362 | 113 | 56 |
| Binary | 100010 | 11101 | 11001100 | 1010011 | 1010110 | 0 | 10100 | 11110010 | 1001011 | 101110 |
Color Harmonies of #221DCC
Complementary color
Monochromatic Colors of #221DCC
Black with #221DCC
Text Example
Text Example
White with #221DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221DCC; }
p { color: rgb(34,29,204); }
H1.HeaderClassName
{
color: #221DCC;
}
.AnyTagClassName
{
color: #221DCC;
}
</style>
background-color css
<style>
a { background-color: #221DCC; }
a { background-color: rgb(34,29,204); }
div.DivClassName
{
background-color: #221DCC;
}
.BgClassName
{
background-color: #221DCC;
}
</style>
border-color css
<style>
span { border-color: #221DCC; }
span { border-color: rgb(34,29,204); }
td.TdClassName
{
border-color: #221DCC;
}
.TagClassName
{
border-color: #221DCC;
}
</style>