Shades of Persian Blue #2226CE
Tints of Persian Blue #2226CE
RGB
CMYK
RGB Variations
Color information
#2226CE (or 0x2226CE) is known color: Persian Blue. HEX triplet: 22, 26 and CE. RGB value is (34,38,206). Sum of RGB (Red+Green+Blue) = 34+38+206=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #2226CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2226CE is #DDD931. Grayscale: #373737. Windows color (decimal): -14539058 or 13510178. OLE color: 13510178.
HSL color Cylindrical-coordinate representation of color #2226CE: hue angle of 238.6º 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 #2226CE is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 38 | 206 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.19 |
| HSL | 238.6º | 0.72% | 0.47% | - |
| HSV(B) | 238.6º | 0.83% | 0.81% | - |
| XYZ | 12.49 | 6.18 | 58.93 | - |
| YUV | 55.96 | 212.67 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 206 | 0.83 | 0.82 | 0 | 0.19 | 238.6 | 0.72 | 0.47 |
| Hex | 22 | 26 | CE | 53 | 52 | 0 | 13 | EF | 48 | 2F |
| Octal | 42 | 46 | 316 | 123 | 122 | 0 | 23 | 357 | 110 | 57 |
| Binary | 100010 | 100110 | 11001110 | 1010011 | 1010010 | 0 | 10011 | 11101111 | 1001000 | 101111 |
Color Harmonies of #2226CE
Complementary color
Monochromatic Colors of #2226CE
Black with #2226CE
Text Example
Text Example
White with #2226CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2226CE; }
p { color: rgb(34,38,206); }
H1.HeaderClassName
{
color: #2226CE;
}
.AnyTagClassName
{
color: #2226CE;
}
</style>
background-color css
<style>
a { background-color: #2226CE; }
a { background-color: rgb(34,38,206); }
div.DivClassName
{
background-color: #2226CE;
}
.BgClassName
{
background-color: #2226CE;
}
</style>
border-color css
<style>
span { border-color: #2226CE; }
span { border-color: rgb(34,38,206); }
td.TdClassName
{
border-color: #2226CE;
}
.TagClassName
{
border-color: #2226CE;
}
</style>