Shades of Persian Blue #221CCE
Tints of Persian Blue #221CCE
RGB
CMYK
RGB Variations
Color information
#221CCE (or 0x221CCE) is known color: Persian Blue. HEX triplet: 22, 1C and CE. RGB value is (34,28,206). Sum of RGB (Red+Green+Blue) = 34+28+206=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #221CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CCE is #DDE331. Grayscale: #313131. Windows color (decimal): -14541618 or 13507618. OLE color: 13507618.
HSL color Cylindrical-coordinate representation of color #221CCE: hue angle of 242.02º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221CCE is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 28 | 206 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.19 |
| HSL | 242.02º | 0.76% | 0.46% | - |
| HSV(B) | 242.02º | 0.86% | 0.81% | - |
| XYZ | 12.22 | 5.63 | 58.83 | - |
| YUV | 50.09 | 215.99 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 206 | 0.83 | 0.86 | 0 | 0.19 | 242.02 | 0.76 | 0.46 |
| Hex | 22 | 1C | CE | 53 | 56 | 0 | 13 | F2 | 4C | 2E |
| Octal | 42 | 34 | 316 | 123 | 126 | 0 | 23 | 362 | 114 | 56 |
| Binary | 100010 | 11100 | 11001110 | 1010011 | 1010110 | 0 | 10011 | 11110010 | 1001100 | 101110 |
Color Harmonies of #221CCE
Complementary color
Monochromatic Colors of #221CCE
Black with #221CCE
Text Example
Text Example
White with #221CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221CCE; }
p { color: rgb(34,28,206); }
H1.HeaderClassName
{
color: #221CCE;
}
.AnyTagClassName
{
color: #221CCE;
}
</style>
background-color css
<style>
a { background-color: #221CCE; }
a { background-color: rgb(34,28,206); }
div.DivClassName
{
background-color: #221CCE;
}
.BgClassName
{
background-color: #221CCE;
}
</style>
border-color css
<style>
span { border-color: #221CCE; }
span { border-color: rgb(34,28,206); }
td.TdClassName
{
border-color: #221CCE;
}
.TagClassName
{
border-color: #221CCE;
}
</style>