Shades of Persian Blue #223AD0
Tints of Persian Blue #223AD0
RGB
CMYK
RGB Variations
Color information
#223AD0 (or 0x223AD0) is known color: Persian Blue. HEX triplet: 22, 3A and D0. RGB value is (34,58,208). Sum of RGB (Red+Green+Blue) = 34+58+208=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 208 (81.64% from 255 or 69.33% from 300); Max value from RGB is 208 - color contains mainly: blue. Hex color #223AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223AD0 is #DDC52F. Grayscale: #434343. Windows color (decimal): -14533936 or 13646370. OLE color: 13646370.
HSL color Cylindrical-coordinate representation of color #223AD0: hue angle of 231.72º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #223AD0 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 58 | 208 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.18 |
| HSL | 231.72º | 0.72% | 0.47% | - |
| HSV(B) | 231.72º | 0.84% | 0.82% | - |
| XYZ | 13.56 | 7.92 | 60.49 | - |
| YUV | 67.92 | 207.05 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 208 | 0.84 | 0.72 | 0 | 0.18 | 231.72 | 0.72 | 0.47 |
| Hex | 22 | 3A | D0 | 54 | 48 | 0 | 12 | E8 | 48 | 2F |
| Octal | 42 | 72 | 320 | 124 | 110 | 0 | 22 | 350 | 110 | 57 |
| Binary | 100010 | 111010 | 11010000 | 1010100 | 1001000 | 0 | 10010 | 11101000 | 1001000 | 101111 |
Color Harmonies of #223AD0
Complementary color
Monochromatic Colors of #223AD0
Black with #223AD0
Text Example
Text Example
White with #223AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223AD0; }
p { color: rgb(34,58,208); }
H1.HeaderClassName
{
color: #223AD0;
}
.AnyTagClassName
{
color: #223AD0;
}
</style>
background-color css
<style>
a { background-color: #223AD0; }
a { background-color: rgb(34,58,208); }
div.DivClassName
{
background-color: #223AD0;
}
.BgClassName
{
background-color: #223AD0;
}
</style>
border-color css
<style>
span { border-color: #223AD0; }
span { border-color: rgb(34,58,208); }
td.TdClassName
{
border-color: #223AD0;
}
.TagClassName
{
border-color: #223AD0;
}
</style>