Shades of Persian Blue #223FDB
Tints of Persian Blue #223FDB
RGB
CMYK
RGB Variations
Color information
#223FDB (or 0x223FDB) is known color: Persian Blue. HEX triplet: 22, 3F and DB. RGB value is (34,63,219). Sum of RGB (Red+Green+Blue) = 34+63+219=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #223FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223FDB is #DDC024. Grayscale: #474747. Windows color (decimal): -14532645 or 14368546. OLE color: 14368546.
HSL color Cylindrical-coordinate representation of color #223FDB: hue angle of 230.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223FDB is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 63 | 219 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.14 |
| HSL | 230.59º | 0.73% | 0.5% | - |
| HSV(B) | 230.59º | 0.84% | 0.86% | - |
| XYZ | 15.22 | 9.01 | 67.95 | - |
| YUV | 72.11 | 210.89 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 219 | 0.84 | 0.71 | 0 | 0.14 | 230.59 | 0.73 | 0.5 |
| Hex | 22 | 3F | DB | 54 | 47 | 0 | E | E7 | 49 | 32 |
| Octal | 42 | 77 | 333 | 124 | 107 | 0 | 16 | 347 | 111 | 62 |
| Binary | 100010 | 111111 | 11011011 | 1010100 | 1000111 | 0 | 1110 | 11100111 | 1001001 | 110010 |
Color Harmonies of #223FDB
Complementary color
Monochromatic Colors of #223FDB
Black with #223FDB
Text Example
Text Example
White with #223FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FDB; }
p { color: rgb(34,63,219); }
H1.HeaderClassName
{
color: #223FDB;
}
.AnyTagClassName
{
color: #223FDB;
}
</style>
background-color css
<style>
a { background-color: #223FDB; }
a { background-color: rgb(34,63,219); }
div.DivClassName
{
background-color: #223FDB;
}
.BgClassName
{
background-color: #223FDB;
}
</style>
border-color css
<style>
span { border-color: #223FDB; }
span { border-color: rgb(34,63,219); }
td.TdClassName
{
border-color: #223FDB;
}
.TagClassName
{
border-color: #223FDB;
}
</style>