Shades of Persian Blue #2227D1
Tints of Persian Blue #2227D1
RGB
CMYK
RGB Variations
Color information
#2227D1 (or 0x2227D1) is known color: Persian Blue. HEX triplet: 22, 27 and D1. RGB value is (34,39,209). Sum of RGB (Red+Green+Blue) = 34+39+209=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 209 (82.03% from 255 or 74.11% from 282); Max value from RGB is 209 - color contains mainly: blue. Hex color #2227D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2227D1 is #DDD82E. Grayscale: #383838. Windows color (decimal): -14538799 or 13707042. OLE color: 13707042.
HSL color Cylindrical-coordinate representation of color #2227D1: hue angle of 238.29º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2227D1 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 39 | 209 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.18 |
| HSL | 238.29º | 0.72% | 0.48% | - |
| HSV(B) | 238.29º | 0.84% | 0.82% | - |
| XYZ | 12.89 | 6.39 | 60.88 | - |
| YUV | 56.89 | 213.84 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 209 | 0.84 | 0.81 | 0 | 0.18 | 238.29 | 0.72 | 0.48 |
| Hex | 22 | 27 | D1 | 54 | 51 | 0 | 12 | EE | 48 | 30 |
| Octal | 42 | 47 | 321 | 124 | 121 | 0 | 22 | 356 | 110 | 60 |
| Binary | 100010 | 100111 | 11010001 | 1010100 | 1010001 | 0 | 10010 | 11101110 | 1001000 | 110000 |
Color Harmonies of #2227D1
Complementary color
Monochromatic Colors of #2227D1
Black with #2227D1
Text Example
Text Example
White with #2227D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2227D1; }
p { color: rgb(34,39,209); }
H1.HeaderClassName
{
color: #2227D1;
}
.AnyTagClassName
{
color: #2227D1;
}
</style>
background-color css
<style>
a { background-color: #2227D1; }
a { background-color: rgb(34,39,209); }
div.DivClassName
{
background-color: #2227D1;
}
.BgClassName
{
background-color: #2227D1;
}
</style>
border-color css
<style>
span { border-color: #2227D1; }
span { border-color: rgb(34,39,209); }
td.TdClassName
{
border-color: #2227D1;
}
.TagClassName
{
border-color: #2227D1;
}
</style>