Shades of Persian Blue #222EBD
Tints of Persian Blue #222EBD
RGB
CMYK
RGB Variations
Color information
#222EBD (or 0x222EBD) is known color: Persian Blue. HEX triplet: 22, 2E and BD. RGB value is (34,46,189). Sum of RGB (Red+Green+Blue) = 34+46+189=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #222EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EBD is #DDD142. Grayscale: #3A3A3A. Windows color (decimal): -14537027 or 12398114. OLE color: 12398114.
HSL color Cylindrical-coordinate representation of color #222EBD: hue angle of 235.35º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #222EBD is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 46 | 189 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.26 |
| HSL | 235.35º | 0.7% | 0.44% | - |
| HSV(B) | 235.35º | 0.82% | 0.74% | - |
| XYZ | 10.82 | 5.97 | 48.73 | - |
| YUV | 58.71 | 201.52 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 189 | 0.82 | 0.76 | 0 | 0.26 | 235.35 | 0.7 | 0.44 |
| Hex | 22 | 2E | BD | 52 | 4C | 0 | 1A | EB | 46 | 2C |
| Octal | 42 | 56 | 275 | 122 | 114 | 0 | 32 | 353 | 106 | 54 |
| Binary | 100010 | 101110 | 10111101 | 1010010 | 1001100 | 0 | 11010 | 11101011 | 1000110 | 101100 |
Color Harmonies of #222EBD
Complementary color
Monochromatic Colors of #222EBD
Black with #222EBD
Text Example
Text Example
White with #222EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222EBD; }
p { color: rgb(34,46,189); }
H1.HeaderClassName
{
color: #222EBD;
}
.AnyTagClassName
{
color: #222EBD;
}
</style>
background-color css
<style>
a { background-color: #222EBD; }
a { background-color: rgb(34,46,189); }
div.DivClassName
{
background-color: #222EBD;
}
.BgClassName
{
background-color: #222EBD;
}
</style>
border-color css
<style>
span { border-color: #222EBD; }
span { border-color: rgb(34,46,189); }
td.TdClassName
{
border-color: #222EBD;
}
.TagClassName
{
border-color: #222EBD;
}
</style>