Shades of Persian Blue #2239EC
Tints of Persian Blue #2239EC
RGB
CMYK
RGB Variations
Color information
#2239EC (or 0x2239EC) is known color: Persian Blue. HEX triplet: 22, 39 and EC. RGB value is (34,57,236). Sum of RGB (Red+Green+Blue) = 34+57+236=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #2239EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2239EC is #DDC613. Grayscale: #454545. Windows color (decimal): -14534164 or 15481122. OLE color: 15481122.
HSL color Cylindrical-coordinate representation of color #2239EC: hue angle of 233.17º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2239EC is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 57 | 236 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.07 |
| HSL | 233.17º | 0.84% | 0.53% | - |
| HSV(B) | 233.17º | 0.86% | 0.93% | - |
| XYZ | 17.26 | 9.32 | 80.25 | - |
| YUV | 70.53 | 221.38 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 236 | 0.86 | 0.76 | 0 | 0.07 | 233.17 | 0.84 | 0.53 |
| Hex | 22 | 39 | EC | 56 | 4C | 0 | 7 | E9 | 54 | 35 |
| Octal | 42 | 71 | 354 | 126 | 114 | 0 | 7 | 351 | 124 | 65 |
| Binary | 100010 | 111001 | 11101100 | 1010110 | 1001100 | 0 | 111 | 11101001 | 1010100 | 110101 |
Color Harmonies of #2239EC
Complementary color
Monochromatic Colors of #2239EC
Black with #2239EC
Text Example
Text Example
White with #2239EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2239EC; }
p { color: rgb(34,57,236); }
H1.HeaderClassName
{
color: #2239EC;
}
.AnyTagClassName
{
color: #2239EC;
}
</style>
background-color css
<style>
a { background-color: #2239EC; }
a { background-color: rgb(34,57,236); }
div.DivClassName
{
background-color: #2239EC;
}
.BgClassName
{
background-color: #2239EC;
}
</style>
border-color css
<style>
span { border-color: #2239EC; }
span { border-color: rgb(34,57,236); }
td.TdClassName
{
border-color: #2239EC;
}
.TagClassName
{
border-color: #2239EC;
}
</style>