Shades of Persian Blue #2242AA
Tints of Persian Blue #2242AA
RGB
CMYK
RGB Variations
Color information
#2242AA (or 0x2242AA) is known color: Persian Blue. HEX triplet: 22, 42 and AA. RGB value is (34,66,170). Sum of RGB (Red+Green+Blue) = 34+66+170=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #2242AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2242AA is #DDBD55. Grayscale: #434343. Windows color (decimal): -14531926 or 11158050. OLE color: 11158050.
HSL color Cylindrical-coordinate representation of color #2242AA: hue angle of 225.88º 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 #2242AA is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 66 | 170 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.33 |
| HSL | 225.88º | 0.67% | 0.4% | - |
| HSV(B) | 225.88º | 0.8% | 0.67% | - |
| XYZ | 9.86 | 7.14 | 38.89 | - |
| YUV | 68.29 | 185.4 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 170 | 0.80 | 0.61 | 0 | 0.33 | 225.88 | 0.67 | 0.4 |
| Hex | 22 | 42 | AA | 50 | 3D | 0 | 21 | E2 | 43 | 28 |
| Octal | 42 | 102 | 252 | 120 | 75 | 0 | 41 | 342 | 103 | 50 |
| Binary | 100010 | 1000010 | 10101010 | 1010000 | 111101 | 0 | 100001 | 11100010 | 1000011 | 101000 |
Color Harmonies of #2242AA
Complementary color
Monochromatic Colors of #2242AA
Black with #2242AA
Text Example
Text Example
White with #2242AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2242AA; }
p { color: rgb(34,66,170); }
H1.HeaderClassName
{
color: #2242AA;
}
.AnyTagClassName
{
color: #2242AA;
}
</style>
background-color css
<style>
a { background-color: #2242AA; }
a { background-color: rgb(34,66,170); }
div.DivClassName
{
background-color: #2242AA;
}
.BgClassName
{
background-color: #2242AA;
}
</style>
border-color css
<style>
span { border-color: #2242AA; }
span { border-color: rgb(34,66,170); }
td.TdClassName
{
border-color: #2242AA;
}
.TagClassName
{
border-color: #2242AA;
}
</style>