Shades of Persian Blue #2223AF
Tints of Persian Blue #2223AF
RGB
CMYK
RGB Variations
Color information
#2223AF (or 0x2223AF) is known color: Persian Blue. HEX triplet: 22, 23 and AF. RGB value is (34,35,175). Sum of RGB (Red+Green+Blue) = 34+35+175=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #2223AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2223AF is #DDDC50. Grayscale: #323232. Windows color (decimal): -14539857 or 11477794. OLE color: 11477794.
HSL color Cylindrical-coordinate representation of color #2223AF: hue angle of 239.57º 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 #2223AF is Cyan = 0.81, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 35 | 175 | - |
| CMYK | 0.81 | 0.8 | 0 | 0.31 |
| HSL | 239.57º | 0.67% | 0.41% | - |
| HSV(B) | 239.57º | 0.81% | 0.69% | - |
| XYZ | 9 | 4.64 | 40.98 | - |
| YUV | 50.66 | 198.17 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 175 | 0.81 | 0.8 | 0 | 0.31 | 239.57 | 0.67 | 0.41 |
| Hex | 22 | 23 | AF | 51 | 50 | 0 | 1F | F0 | 43 | 29 |
| Octal | 42 | 43 | 257 | 121 | 120 | 0 | 37 | 360 | 103 | 51 |
| Binary | 100010 | 100011 | 10101111 | 1010001 | 1010000 | 0 | 11111 | 11110000 | 1000011 | 101001 |
Color Harmonies of #2223AF
Complementary color
Monochromatic Colors of #2223AF
Black with #2223AF
Text Example
Text Example
White with #2223AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2223AF; }
p { color: rgb(34,35,175); }
H1.HeaderClassName
{
color: #2223AF;
}
.AnyTagClassName
{
color: #2223AF;
}
</style>
background-color css
<style>
a { background-color: #2223AF; }
a { background-color: rgb(34,35,175); }
div.DivClassName
{
background-color: #2223AF;
}
.BgClassName
{
background-color: #2223AF;
}
</style>
border-color css
<style>
span { border-color: #2223AF; }
span { border-color: rgb(34,35,175); }
td.TdClassName
{
border-color: #2223AF;
}
.TagClassName
{
border-color: #2223AF;
}
</style>