Shades of Persian Blue #223ABD
Tints of Persian Blue #223ABD
RGB
CMYK
RGB Variations
Color information
#223ABD (or 0x223ABD) is known color: Persian Blue. HEX triplet: 22, 3A and BD. RGB value is (34,58,189). Sum of RGB (Red+Green+Blue) = 34+58+189=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #223ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ABD is #DDC542. Grayscale: #414141. Windows color (decimal): -14533955 or 12401186. OLE color: 12401186.
HSL color Cylindrical-coordinate representation of color #223ABD: hue angle of 230.71º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223ABD is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 58 | 189 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.26 |
| HSL | 230.71º | 0.7% | 0.44% | - |
| HSV(B) | 230.71º | 0.82% | 0.74% | - |
| XYZ | 11.36 | 7.04 | 48.9 | - |
| YUV | 65.76 | 197.55 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 189 | 0.82 | 0.69 | 0 | 0.26 | 230.71 | 0.7 | 0.44 |
| Hex | 22 | 3A | BD | 52 | 45 | 0 | 1A | E7 | 46 | 2C |
| Octal | 42 | 72 | 275 | 122 | 105 | 0 | 32 | 347 | 106 | 54 |
| Binary | 100010 | 111010 | 10111101 | 1010010 | 1000101 | 0 | 11010 | 11100111 | 1000110 | 101100 |
Color Harmonies of #223ABD
Complementary color
Monochromatic Colors of #223ABD
Black with #223ABD
Text Example
Text Example
White with #223ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223ABD; }
p { color: rgb(34,58,189); }
H1.HeaderClassName
{
color: #223ABD;
}
.AnyTagClassName
{
color: #223ABD;
}
</style>
background-color css
<style>
a { background-color: #223ABD; }
a { background-color: rgb(34,58,189); }
div.DivClassName
{
background-color: #223ABD;
}
.BgClassName
{
background-color: #223ABD;
}
</style>
border-color css
<style>
span { border-color: #223ABD; }
span { border-color: rgb(34,58,189); }
td.TdClassName
{
border-color: #223ABD;
}
.TagClassName
{
border-color: #223ABD;
}
</style>