Shades of Persian Blue #2227B6
Tints of Persian Blue #2227B6
RGB
CMYK
RGB Variations
Color information
#2227B6 (or 0x2227B6) is known color: Persian Blue. HEX triplet: 22, 27 and B6. RGB value is (34,39,182). Sum of RGB (Red+Green+Blue) = 34+39+182=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 182 (71.48% from 255 or 71.37% from 255); Max value from RGB is 182 - color contains mainly: blue. Hex color #2227B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2227B6 is #DDD849. Grayscale: #353535. Windows color (decimal): -14538826 or 11937570. OLE color: 11937570.
HSL color Cylindrical-coordinate representation of color #2227B6: hue angle of 237.97º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2227B6 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 39 | 182 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.29 |
| HSL | 237.97º | 0.69% | 0.42% | - |
| HSV(B) | 237.97º | 0.81% | 0.71% | - |
| XYZ | 9.83 | 5.17 | 44.74 | - |
| YUV | 53.81 | 200.34 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 182 | 0.81 | 0.79 | 0 | 0.29 | 237.97 | 0.69 | 0.42 |
| Hex | 22 | 27 | B6 | 51 | 4F | 0 | 1D | EE | 45 | 2A |
| Octal | 42 | 47 | 266 | 121 | 117 | 0 | 35 | 356 | 105 | 52 |
| Binary | 100010 | 100111 | 10110110 | 1010001 | 1001111 | 0 | 11101 | 11101110 | 1000101 | 101010 |
Color Harmonies of #2227B6
Complementary color
Monochromatic Colors of #2227B6
Black with #2227B6
Text Example
Text Example
White with #2227B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2227B6; }
p { color: rgb(34,39,182); }
H1.HeaderClassName
{
color: #2227B6;
}
.AnyTagClassName
{
color: #2227B6;
}
</style>
background-color css
<style>
a { background-color: #2227B6; }
a { background-color: rgb(34,39,182); }
div.DivClassName
{
background-color: #2227B6;
}
.BgClassName
{
background-color: #2227B6;
}
</style>
border-color css
<style>
span { border-color: #2227B6; }
span { border-color: rgb(34,39,182); }
td.TdClassName
{
border-color: #2227B6;
}
.TagClassName
{
border-color: #2227B6;
}
</style>