Shades of Persian Blue #223EAA
Tints of Persian Blue #223EAA
RGB
CMYK
RGB Variations
Color information
#223EAA (or 0x223EAA) is known color: Persian Blue. HEX triplet: 22, 3E and AA. RGB value is (34,62,170). Sum of RGB (Red+Green+Blue) = 34+62+170=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #223EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223EAA is #DDC155. Grayscale: #414141. Windows color (decimal): -14532950 or 11157026. OLE color: 11157026.
HSL color Cylindrical-coordinate representation of color #223EAA: hue angle of 227.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #223EAA is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 62 | 170 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.33 |
| HSL | 227.65º | 0.67% | 0.4% | - |
| HSV(B) | 227.65º | 0.8% | 0.67% | - |
| XYZ | 9.64 | 6.69 | 38.81 | - |
| YUV | 65.94 | 186.72 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 170 | 0.80 | 0.64 | 0 | 0.33 | 227.65 | 0.67 | 0.4 |
| Hex | 22 | 3E | AA | 50 | 40 | 0 | 21 | E4 | 43 | 28 |
| Octal | 42 | 76 | 252 | 120 | 100 | 0 | 41 | 344 | 103 | 50 |
| Binary | 100010 | 111110 | 10101010 | 1010000 | 1000000 | 0 | 100001 | 11100100 | 1000011 | 101000 |
Color Harmonies of #223EAA
Complementary color
Monochromatic Colors of #223EAA
Black with #223EAA
Text Example
Text Example
White with #223EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223EAA; }
p { color: rgb(34,62,170); }
H1.HeaderClassName
{
color: #223EAA;
}
.AnyTagClassName
{
color: #223EAA;
}
</style>
background-color css
<style>
a { background-color: #223EAA; }
a { background-color: rgb(34,62,170); }
div.DivClassName
{
background-color: #223EAA;
}
.BgClassName
{
background-color: #223EAA;
}
</style>
border-color css
<style>
span { border-color: #223EAA; }
span { border-color: rgb(34,62,170); }
td.TdClassName
{
border-color: #223EAA;
}
.TagClassName
{
border-color: #223EAA;
}
</style>