Shades of Persian Blue #2228CE
Tints of Persian Blue #2228CE
RGB
CMYK
RGB Variations
Color information
#2228CE (or 0x2228CE) is known color: Persian Blue. HEX triplet: 22, 28 and CE. RGB value is (34,40,206). Sum of RGB (Red+Green+Blue) = 34+40+206=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #2228CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2228CE is #DDD731. Grayscale: #383838. Windows color (decimal): -14538546 or 13510690. OLE color: 13510690.
HSL color Cylindrical-coordinate representation of color #2228CE: hue angle of 237.91º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2228CE is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 40 | 206 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.19 |
| HSL | 237.91º | 0.72% | 0.47% | - |
| HSV(B) | 237.91º | 0.83% | 0.81% | - |
| XYZ | 12.56 | 6.31 | 58.95 | - |
| YUV | 57.13 | 212.01 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 206 | 0.83 | 0.81 | 0 | 0.19 | 237.91 | 0.72 | 0.47 |
| Hex | 22 | 28 | CE | 53 | 51 | 0 | 13 | EE | 48 | 2F |
| Octal | 42 | 50 | 316 | 123 | 121 | 0 | 23 | 356 | 110 | 57 |
| Binary | 100010 | 101000 | 11001110 | 1010011 | 1010001 | 0 | 10011 | 11101110 | 1001000 | 101111 |
Color Harmonies of #2228CE
Complementary color
Monochromatic Colors of #2228CE
Black with #2228CE
Text Example
Text Example
White with #2228CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2228CE; }
p { color: rgb(34,40,206); }
H1.HeaderClassName
{
color: #2228CE;
}
.AnyTagClassName
{
color: #2228CE;
}
</style>
background-color css
<style>
a { background-color: #2228CE; }
a { background-color: rgb(34,40,206); }
div.DivClassName
{
background-color: #2228CE;
}
.BgClassName
{
background-color: #2228CE;
}
</style>
border-color css
<style>
span { border-color: #2228CE; }
span { border-color: rgb(34,40,206); }
td.TdClassName
{
border-color: #2228CE;
}
.TagClassName
{
border-color: #2228CE;
}
</style>