Shades of Persian Blue #223AB9
Tints of Persian Blue #223AB9
RGB
CMYK
RGB Variations
Color information
#223AB9 (or 0x223AB9) is known color: Persian Blue. HEX triplet: 22, 3A and B9. RGB value is (34,58,185). Sum of RGB (Red+Green+Blue) = 34+58+185=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #223AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223AB9 is #DDC546. Grayscale: #404040. Windows color (decimal): -14533959 or 12139042. OLE color: 12139042.
HSL color Cylindrical-coordinate representation of color #223AB9: hue angle of 230.46º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223AB9 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 58 | 185 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.27 |
| HSL | 230.46º | 0.69% | 0.43% | - |
| HSV(B) | 230.46º | 0.82% | 0.73% | - |
| XYZ | 10.93 | 6.87 | 46.65 | - |
| YUV | 65.3 | 195.55 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 185 | 0.82 | 0.69 | 0 | 0.27 | 230.46 | 0.69 | 0.43 |
| Hex | 22 | 3A | B9 | 52 | 45 | 0 | 1B | E6 | 45 | 2B |
| Octal | 42 | 72 | 271 | 122 | 105 | 0 | 33 | 346 | 105 | 53 |
| Binary | 100010 | 111010 | 10111001 | 1010010 | 1000101 | 0 | 11011 | 11100110 | 1000101 | 101011 |
Color Harmonies of #223AB9
Complementary color
Monochromatic Colors of #223AB9
Black with #223AB9
Text Example
Text Example
White with #223AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AB9; }
p { color: rgb(34,58,185); }
H1.HeaderClassName
{
color: #223AB9;
}
.AnyTagClassName
{
color: #223AB9;
}
</style>
background-color css
<style>
a { background-color: #223AB9; }
a { background-color: rgb(34,58,185); }
div.DivClassName
{
background-color: #223AB9;
}
.BgClassName
{
background-color: #223AB9;
}
</style>
border-color css
<style>
span { border-color: #223AB9; }
span { border-color: rgb(34,58,185); }
td.TdClassName
{
border-color: #223AB9;
}
.TagClassName
{
border-color: #223AB9;
}
</style>