Shades of Persian Blue #2229E6
Tints of Persian Blue #2229E6
RGB
CMYK
RGB Variations
Color information
#2229E6 (or 0x2229E6) is known color: Persian Blue. HEX triplet: 22, 29 and E6. RGB value is (34,41,230). Sum of RGB (Red+Green+Blue) = 34+41+230=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 230 (90.23% from 255 or 75.41% from 305); Max value from RGB is 230 - color contains mainly: blue. Hex color #2229E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2229E6 is #DDD619. Grayscale: #3B3B3B. Windows color (decimal): -14538266 or 15083810. OLE color: 15083810.
HSL color Cylindrical-coordinate representation of color #2229E6: hue angle of 237.86º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2229E6 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 41 | 230 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.10 |
| HSL | 237.86º | 0.8% | 0.52% | - |
| HSV(B) | 237.86º | 0.85% | 0.9% | - |
| XYZ | 15.74 | 7.64 | 75.51 | - |
| YUV | 60.45 | 223.68 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 230 | 0.85 | 0.82 | 0 | 0.10 | 237.86 | 0.8 | 0.52 |
| Hex | 22 | 29 | E6 | 55 | 52 | 0 | A | EE | 50 | 34 |
| Octal | 42 | 51 | 346 | 125 | 122 | 0 | 12 | 356 | 120 | 64 |
| Binary | 100010 | 101001 | 11100110 | 1010101 | 1010010 | 0 | 1010 | 11101110 | 1010000 | 110100 |
Color Harmonies of #2229E6
Complementary color
Monochromatic Colors of #2229E6
Black with #2229E6
Text Example
Text Example
White with #2229E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2229E6; }
p { color: rgb(34,41,230); }
H1.HeaderClassName
{
color: #2229E6;
}
.AnyTagClassName
{
color: #2229E6;
}
</style>
background-color css
<style>
a { background-color: #2229E6; }
a { background-color: rgb(34,41,230); }
div.DivClassName
{
background-color: #2229E6;
}
.BgClassName
{
background-color: #2229E6;
}
</style>
border-color css
<style>
span { border-color: #2229E6; }
span { border-color: rgb(34,41,230); }
td.TdClassName
{
border-color: #2229E6;
}
.TagClassName
{
border-color: #2229E6;
}
</style>