Shades of Persian Blue #223FAD
Tints of Persian Blue #223FAD
RGB
CMYK
RGB Variations
Color information
#223FAD (or 0x223FAD) is known color: Persian Blue. HEX triplet: 22, 3F and AD. RGB value is (34,63,173). Sum of RGB (Red+Green+Blue) = 34+63+173=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #223FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223FAD is #DDC052. Grayscale: #424242. Windows color (decimal): -14532691 or 11353890. OLE color: 11353890.
HSL color Cylindrical-coordinate representation of color #223FAD: hue angle of 227.48º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #223FAD is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 63 | 173 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.32 |
| HSL | 227.48º | 0.67% | 0.41% | - |
| HSV(B) | 227.48º | 0.8% | 0.68% | - |
| XYZ | 9.98 | 6.91 | 40.34 | - |
| YUV | 66.87 | 187.89 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 173 | 0.80 | 0.64 | 0 | 0.32 | 227.48 | 0.67 | 0.41 |
| Hex | 22 | 3F | AD | 50 | 40 | 0 | 20 | E3 | 43 | 29 |
| Octal | 42 | 77 | 255 | 120 | 100 | 0 | 40 | 343 | 103 | 51 |
| Binary | 100010 | 111111 | 10101101 | 1010000 | 1000000 | 0 | 100000 | 11100011 | 1000011 | 101001 |
Color Harmonies of #223FAD
Complementary color
Monochromatic Colors of #223FAD
Black with #223FAD
Text Example
Text Example
White with #223FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223FAD; }
p { color: rgb(34,63,173); }
H1.HeaderClassName
{
color: #223FAD;
}
.AnyTagClassName
{
color: #223FAD;
}
</style>
background-color css
<style>
a { background-color: #223FAD; }
a { background-color: rgb(34,63,173); }
div.DivClassName
{
background-color: #223FAD;
}
.BgClassName
{
background-color: #223FAD;
}
</style>
border-color css
<style>
span { border-color: #223FAD; }
span { border-color: rgb(34,63,173); }
td.TdClassName
{
border-color: #223FAD;
}
.TagClassName
{
border-color: #223FAD;
}
</style>