Shades of Persian Blue #222BDF
Tints of Persian Blue #222BDF
RGB
CMYK
RGB Variations
Color information
#222BDF (or 0x222BDF) is known color: Persian Blue. HEX triplet: 22, 2B and DF. RGB value is (34,43,223). Sum of RGB (Red+Green+Blue) = 34+43+223=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #222BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BDF is #DDD420. Grayscale: #3C3C3C. Windows color (decimal): -14537761 or 14625570. OLE color: 14625570.
HSL color Cylindrical-coordinate representation of color #222BDF: hue angle of 237.14º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222BDF is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 43 | 223 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.13 |
| HSL | 237.14º | 0.75% | 0.5% | - |
| HSV(B) | 237.14º | 0.85% | 0.87% | - |
| XYZ | 14.84 | 7.4 | 70.46 | - |
| YUV | 60.83 | 219.52 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 223 | 0.85 | 0.81 | 0 | 0.13 | 237.14 | 0.75 | 0.5 |
| Hex | 22 | 2B | DF | 55 | 51 | 0 | D | ED | 4B | 32 |
| Octal | 42 | 53 | 337 | 125 | 121 | 0 | 15 | 355 | 113 | 62 |
| Binary | 100010 | 101011 | 11011111 | 1010101 | 1010001 | 0 | 1101 | 11101101 | 1001011 | 110010 |
Color Harmonies of #222BDF
Complementary color
Monochromatic Colors of #222BDF
Black with #222BDF
Text Example
Text Example
White with #222BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BDF; }
p { color: rgb(34,43,223); }
H1.HeaderClassName
{
color: #222BDF;
}
.AnyTagClassName
{
color: #222BDF;
}
</style>
background-color css
<style>
a { background-color: #222BDF; }
a { background-color: rgb(34,43,223); }
div.DivClassName
{
background-color: #222BDF;
}
.BgClassName
{
background-color: #222BDF;
}
</style>
border-color css
<style>
span { border-color: #222BDF; }
span { border-color: rgb(34,43,223); }
td.TdClassName
{
border-color: #222BDF;
}
.TagClassName
{
border-color: #222BDF;
}
</style>