Shades of Persian Blue #221DB3
Tints of Persian Blue #221DB3
RGB
CMYK
RGB Variations
Color information
#221DB3 (or 0x221DB3) is known color: Persian Blue. HEX triplet: 22, 1D and B3. RGB value is (34,29,179). Sum of RGB (Red+Green+Blue) = 34+29+179=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 179 (70.31% from 255 or 73.97% from 242); Max value from RGB is 179 - color contains mainly: blue. Hex color #221DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221DB3 is #DDE24C. Grayscale: #2F2F2F. Windows color (decimal): -14541389 or 11738402. OLE color: 11738402.
HSL color Cylindrical-coordinate representation of color #221DB3: hue angle of 242º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221DB3 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 29 | 179 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.30 |
| HSL | 242º | 0.72% | 0.41% | - |
| HSV(B) | 242º | 0.84% | 0.7% | - |
| XYZ | 9.24 | 4.47 | 43.02 | - |
| YUV | 47.6 | 202.16 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 179 | 0.81 | 0.84 | 0 | 0.30 | 242 | 0.72 | 0.41 |
| Hex | 22 | 1D | B3 | 51 | 54 | 0 | 1E | F2 | 48 | 29 |
| Octal | 42 | 35 | 263 | 121 | 124 | 0 | 36 | 362 | 110 | 51 |
| Binary | 100010 | 11101 | 10110011 | 1010001 | 1010100 | 0 | 11110 | 11110010 | 1001000 | 101001 |
Color Harmonies of #221DB3
Complementary color
Monochromatic Colors of #221DB3
Black with #221DB3
Text Example
Text Example
White with #221DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221DB3; }
p { color: rgb(34,29,179); }
H1.HeaderClassName
{
color: #221DB3;
}
.AnyTagClassName
{
color: #221DB3;
}
</style>
background-color css
<style>
a { background-color: #221DB3; }
a { background-color: rgb(34,29,179); }
div.DivClassName
{
background-color: #221DB3;
}
.BgClassName
{
background-color: #221DB3;
}
</style>
border-color css
<style>
span { border-color: #221DB3; }
span { border-color: rgb(34,29,179); }
td.TdClassName
{
border-color: #221DB3;
}
.TagClassName
{
border-color: #221DB3;
}
</style>