Shades of Persian Blue #2227AF
Tints of Persian Blue #2227AF
RGB
CMYK
RGB Variations
Color information
#2227AF (or 0x2227AF) is known color: Persian Blue. HEX triplet: 22, 27 and AF. RGB value is (34,39,175). Sum of RGB (Red+Green+Blue) = 34+39+175=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #2227AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2227AF is #DDD850. Grayscale: #343434. Windows color (decimal): -14538833 or 11478818. OLE color: 11478818.
HSL color Cylindrical-coordinate representation of color #2227AF: hue angle of 237.87º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2227AF is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 39 | 175 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.31 |
| HSL | 237.87º | 0.67% | 0.41% | - |
| HSV(B) | 237.87º | 0.81% | 0.69% | - |
| XYZ | 9.12 | 4.89 | 41.02 | - |
| YUV | 53.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 175 | 0.81 | 0.78 | 0 | 0.31 | 237.87 | 0.67 | 0.41 |
| Hex | 22 | 27 | AF | 51 | 4E | 0 | 1F | EE | 43 | 29 |
| Octal | 42 | 47 | 257 | 121 | 116 | 0 | 37 | 356 | 103 | 51 |
| Binary | 100010 | 100111 | 10101111 | 1010001 | 1001110 | 0 | 11111 | 11101110 | 1000011 | 101001 |
Color Harmonies of #2227AF
Complementary color
Monochromatic Colors of #2227AF
Black with #2227AF
Text Example
Text Example
White with #2227AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2227AF; }
p { color: rgb(34,39,175); }
H1.HeaderClassName
{
color: #2227AF;
}
.AnyTagClassName
{
color: #2227AF;
}
</style>
background-color css
<style>
a { background-color: #2227AF; }
a { background-color: rgb(34,39,175); }
div.DivClassName
{
background-color: #2227AF;
}
.BgClassName
{
background-color: #2227AF;
}
</style>
border-color css
<style>
span { border-color: #2227AF; }
span { border-color: rgb(34,39,175); }
td.TdClassName
{
border-color: #2227AF;
}
.TagClassName
{
border-color: #2227AF;
}
</style>