Shades of Persian Blue #2228BA
Tints of Persian Blue #2228BA
RGB
CMYK
RGB Variations
Color information
#2228BA (or 0x2228BA) is known color: Persian Blue. HEX triplet: 22, 28 and BA. RGB value is (34,40,186). Sum of RGB (Red+Green+Blue) = 34+40+186=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #2228BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2228BA is #DDD745. Grayscale: #363636. Windows color (decimal): -14538566 or 12199970. OLE color: 12199970.
HSL color Cylindrical-coordinate representation of color #2228BA: hue angle of 237.63º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2228BA is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 40 | 186 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.27 |
| HSL | 237.63º | 0.69% | 0.43% | - |
| HSV(B) | 237.63º | 0.82% | 0.73% | - |
| XYZ | 10.28 | 5.4 | 46.96 | - |
| YUV | 54.85 | 202.01 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 186 | 0.82 | 0.78 | 0 | 0.27 | 237.63 | 0.69 | 0.43 |
| Hex | 22 | 28 | BA | 52 | 4E | 0 | 1B | EE | 45 | 2B |
| Octal | 42 | 50 | 272 | 122 | 116 | 0 | 33 | 356 | 105 | 53 |
| Binary | 100010 | 101000 | 10111010 | 1010010 | 1001110 | 0 | 11011 | 11101110 | 1000101 | 101011 |
Color Harmonies of #2228BA
Complementary color
Monochromatic Colors of #2228BA
Black with #2228BA
Text Example
Text Example
White with #2228BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2228BA; }
p { color: rgb(34,40,186); }
H1.HeaderClassName
{
color: #2228BA;
}
.AnyTagClassName
{
color: #2228BA;
}
</style>
background-color css
<style>
a { background-color: #2228BA; }
a { background-color: rgb(34,40,186); }
div.DivClassName
{
background-color: #2228BA;
}
.BgClassName
{
background-color: #2228BA;
}
</style>
border-color css
<style>
span { border-color: #2228BA; }
span { border-color: rgb(34,40,186); }
td.TdClassName
{
border-color: #2228BA;
}
.TagClassName
{
border-color: #2228BA;
}
</style>