Shades of Persian Blue #2227DB
Tints of Persian Blue #2227DB
RGB
CMYK
RGB Variations
Color information
#2227DB (or 0x2227DB) is known color: Persian Blue. HEX triplet: 22, 27 and DB. RGB value is (34,39,219). Sum of RGB (Red+Green+Blue) = 34+39+219=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #2227DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2227DB is #DDD824. Grayscale: #393939. Windows color (decimal): -14538789 or 14362402. OLE color: 14362402.
HSL color Cylindrical-coordinate representation of color #2227DB: hue angle of 238.38º 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 #2227DB is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 39 | 219 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.14 |
| HSL | 238.38º | 0.73% | 0.5% | - |
| HSV(B) | 238.38º | 0.84% | 0.86% | - |
| XYZ | 14.17 | 6.91 | 67.6 | - |
| YUV | 58.03 | 218.84 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 219 | 0.84 | 0.82 | 0 | 0.14 | 238.38 | 0.73 | 0.5 |
| Hex | 22 | 27 | DB | 54 | 52 | 0 | E | EE | 49 | 32 |
| Octal | 42 | 47 | 333 | 124 | 122 | 0 | 16 | 356 | 111 | 62 |
| Binary | 100010 | 100111 | 11011011 | 1010100 | 1010010 | 0 | 1110 | 11101110 | 1001001 | 110010 |
Color Harmonies of #2227DB
Complementary color
Monochromatic Colors of #2227DB
Black with #2227DB
Text Example
Text Example
White with #2227DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2227DB; }
p { color: rgb(34,39,219); }
H1.HeaderClassName
{
color: #2227DB;
}
.AnyTagClassName
{
color: #2227DB;
}
</style>
background-color css
<style>
a { background-color: #2227DB; }
a { background-color: rgb(34,39,219); }
div.DivClassName
{
background-color: #2227DB;
}
.BgClassName
{
background-color: #2227DB;
}
</style>
border-color css
<style>
span { border-color: #2227DB; }
span { border-color: rgb(34,39,219); }
td.TdClassName
{
border-color: #2227DB;
}
.TagClassName
{
border-color: #2227DB;
}
</style>