Shades of Persian Blue #223AC9
Tints of Persian Blue #223AC9
RGB
CMYK
RGB Variations
Color information
#223AC9 (or 0x223AC9) is known color: Persian Blue. HEX triplet: 22, 3A and C9. RGB value is (34,58,201). Sum of RGB (Red+Green+Blue) = 34+58+201=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #223AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223AC9 is #DDC536. Grayscale: #424242. Windows color (decimal): -14533943 or 13187618. OLE color: 13187618.
HSL color Cylindrical-coordinate representation of color #223AC9: hue angle of 231.38º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223AC9 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 58 | 201 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.21 |
| HSL | 231.38º | 0.71% | 0.46% | - |
| HSV(B) | 231.38º | 0.83% | 0.79% | - |
| XYZ | 12.72 | 7.58 | 56.05 | - |
| YUV | 67.13 | 203.55 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 201 | 0.83 | 0.71 | 0 | 0.21 | 231.38 | 0.71 | 0.46 |
| Hex | 22 | 3A | C9 | 53 | 47 | 0 | 15 | E7 | 47 | 2E |
| Octal | 42 | 72 | 311 | 123 | 107 | 0 | 25 | 347 | 107 | 56 |
| Binary | 100010 | 111010 | 11001001 | 1010011 | 1000111 | 0 | 10101 | 11100111 | 1000111 | 101110 |
Color Harmonies of #223AC9
Complementary color
Monochromatic Colors of #223AC9
Black with #223AC9
Text Example
Text Example
White with #223AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AC9; }
p { color: rgb(34,58,201); }
H1.HeaderClassName
{
color: #223AC9;
}
.AnyTagClassName
{
color: #223AC9;
}
</style>
background-color css
<style>
a { background-color: #223AC9; }
a { background-color: rgb(34,58,201); }
div.DivClassName
{
background-color: #223AC9;
}
.BgClassName
{
background-color: #223AC9;
}
</style>
border-color css
<style>
span { border-color: #223AC9; }
span { border-color: rgb(34,58,201); }
td.TdClassName
{
border-color: #223AC9;
}
.TagClassName
{
border-color: #223AC9;
}
</style>