Shades of Persian Blue #2239DB
Tints of Persian Blue #2239DB
RGB
CMYK
RGB Variations
Color information
#2239DB (or 0x2239DB) is known color: Persian Blue. HEX triplet: 22, 39 and DB. RGB value is (34,57,219). Sum of RGB (Red+Green+Blue) = 34+57+219=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #2239DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2239DB is #DDC624. Grayscale: #434343. Windows color (decimal): -14534181 or 14367010. OLE color: 14367010.
HSL color Cylindrical-coordinate representation of color #2239DB: hue angle of 232.54º 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 #2239DB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 57 | 219 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.14 |
| HSL | 232.54º | 0.73% | 0.5% | - |
| HSV(B) | 232.54º | 0.84% | 0.86% | - |
| XYZ | 14.91 | 8.38 | 67.85 | - |
| YUV | 68.59 | 212.88 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 219 | 0.84 | 0.74 | 0 | 0.14 | 232.54 | 0.73 | 0.5 |
| Hex | 22 | 39 | DB | 54 | 4A | 0 | E | E9 | 49 | 32 |
| Octal | 42 | 71 | 333 | 124 | 112 | 0 | 16 | 351 | 111 | 62 |
| Binary | 100010 | 111001 | 11011011 | 1010100 | 1001010 | 0 | 1110 | 11101001 | 1001001 | 110010 |
Color Harmonies of #2239DB
Complementary color
Monochromatic Colors of #2239DB
Black with #2239DB
Text Example
Text Example
White with #2239DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2239DB; }
p { color: rgb(34,57,219); }
H1.HeaderClassName
{
color: #2239DB;
}
.AnyTagClassName
{
color: #2239DB;
}
</style>
background-color css
<style>
a { background-color: #2239DB; }
a { background-color: rgb(34,57,219); }
div.DivClassName
{
background-color: #2239DB;
}
.BgClassName
{
background-color: #2239DB;
}
</style>
border-color css
<style>
span { border-color: #2239DB; }
span { border-color: rgb(34,57,219); }
td.TdClassName
{
border-color: #2239DB;
}
.TagClassName
{
border-color: #2239DB;
}
</style>