Shades of Persian Blue #223ADB
Tints of Persian Blue #223ADB
RGB
CMYK
RGB Variations
Color information
#223ADB (or 0x223ADB) is known color: Persian Blue. HEX triplet: 22, 3A and DB. RGB value is (34,58,219). Sum of RGB (Red+Green+Blue) = 34+58+219=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #223ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ADB is #DDC524. Grayscale: #444444. Windows color (decimal): -14533925 or 14367266. OLE color: 14367266.
HSL color Cylindrical-coordinate representation of color #223ADB: hue angle of 232.22º 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 #223ADB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 58 | 219 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.14 |
| HSL | 232.22º | 0.73% | 0.5% | - |
| HSV(B) | 232.22º | 0.84% | 0.86% | - |
| XYZ | 14.96 | 8.48 | 67.87 | - |
| YUV | 69.18 | 212.55 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 219 | 0.84 | 0.74 | 0 | 0.14 | 232.22 | 0.73 | 0.5 |
| Hex | 22 | 3A | DB | 54 | 4A | 0 | E | E8 | 49 | 32 |
| Octal | 42 | 72 | 333 | 124 | 112 | 0 | 16 | 350 | 111 | 62 |
| Binary | 100010 | 111010 | 11011011 | 1010100 | 1001010 | 0 | 1110 | 11101000 | 1001001 | 110010 |
Color Harmonies of #223ADB
Complementary color
Monochromatic Colors of #223ADB
Black with #223ADB
Text Example
Text Example
White with #223ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223ADB; }
p { color: rgb(34,58,219); }
H1.HeaderClassName
{
color: #223ADB;
}
.AnyTagClassName
{
color: #223ADB;
}
</style>
background-color css
<style>
a { background-color: #223ADB; }
a { background-color: rgb(34,58,219); }
div.DivClassName
{
background-color: #223ADB;
}
.BgClassName
{
background-color: #223ADB;
}
</style>
border-color css
<style>
span { border-color: #223ADB; }
span { border-color: rgb(34,58,219); }
td.TdClassName
{
border-color: #223ADB;
}
.TagClassName
{
border-color: #223ADB;
}
</style>