Shades of Persian Blue #2239ED
Tints of Persian Blue #2239ED
RGB
CMYK
RGB Variations
Color information
#2239ED (or 0x2239ED) is known color: Persian Blue. HEX triplet: 22, 39 and ED. RGB value is (34,57,237). Sum of RGB (Red+Green+Blue) = 34+57+237=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #2239ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2239ED is #DDC612. Grayscale: #454545. Windows color (decimal): -14534163 or 15546658. OLE color: 15546658.
HSL color Cylindrical-coordinate representation of color #2239ED: hue angle of 233.2º degrees, saturation: 0.85, 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 #2239ED is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 57 | 237 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.07 |
| HSL | 233.2º | 0.85% | 0.53% | - |
| HSV(B) | 233.2º | 0.86% | 0.93% | - |
| XYZ | 17.41 | 9.38 | 81.01 | - |
| YUV | 70.64 | 221.88 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 237 | 0.86 | 0.76 | 0 | 0.07 | 233.2 | 0.85 | 0.53 |
| Hex | 22 | 39 | ED | 56 | 4C | 0 | 7 | E9 | 55 | 35 |
| Octal | 42 | 71 | 355 | 126 | 114 | 0 | 7 | 351 | 125 | 65 |
| Binary | 100010 | 111001 | 11101101 | 1010110 | 1001100 | 0 | 111 | 11101001 | 1010101 | 110101 |
Color Harmonies of #2239ED
Complementary color
Monochromatic Colors of #2239ED
Black with #2239ED
Text Example
Text Example
White with #2239ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2239ED; }
p { color: rgb(34,57,237); }
H1.HeaderClassName
{
color: #2239ED;
}
.AnyTagClassName
{
color: #2239ED;
}
</style>
background-color css
<style>
a { background-color: #2239ED; }
a { background-color: rgb(34,57,237); }
div.DivClassName
{
background-color: #2239ED;
}
.BgClassName
{
background-color: #2239ED;
}
</style>
border-color css
<style>
span { border-color: #2239ED; }
span { border-color: rgb(34,57,237); }
td.TdClassName
{
border-color: #2239ED;
}
.TagClassName
{
border-color: #2239ED;
}
</style>