Shades of Persian Blue #2242AB
Tints of Persian Blue #2242AB
RGB
CMYK
RGB Variations
Color information
#2242AB (or 0x2242AB) is known color: Persian Blue. HEX triplet: 22, 42 and AB. RGB value is (34,66,171). Sum of RGB (Red+Green+Blue) = 34+66+171=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #2242AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2242AB is #DDBD54. Grayscale: #434343. Windows color (decimal): -14531925 or 11223586. OLE color: 11223586.
HSL color Cylindrical-coordinate representation of color #2242AB: hue angle of 225.99º 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 #2242AB is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 66 | 171 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.33 |
| HSL | 225.99º | 0.67% | 0.4% | - |
| HSV(B) | 225.99º | 0.8% | 0.67% | - |
| XYZ | 9.96 | 7.18 | 39.39 | - |
| YUV | 68.4 | 185.9 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 171 | 0.80 | 0.61 | 0 | 0.33 | 225.99 | 0.67 | 0.4 |
| Hex | 22 | 42 | AB | 50 | 3D | 0 | 21 | E2 | 43 | 28 |
| Octal | 42 | 102 | 253 | 120 | 75 | 0 | 41 | 342 | 103 | 50 |
| Binary | 100010 | 1000010 | 10101011 | 1010000 | 111101 | 0 | 100001 | 11100010 | 1000011 | 101000 |
Color Harmonies of #2242AB
Complementary color
Monochromatic Colors of #2242AB
Black with #2242AB
Text Example
Text Example
White with #2242AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2242AB; }
p { color: rgb(34,66,171); }
H1.HeaderClassName
{
color: #2242AB;
}
.AnyTagClassName
{
color: #2242AB;
}
</style>
background-color css
<style>
a { background-color: #2242AB; }
a { background-color: rgb(34,66,171); }
div.DivClassName
{
background-color: #2242AB;
}
.BgClassName
{
background-color: #2242AB;
}
</style>
border-color css
<style>
span { border-color: #2242AB; }
span { border-color: rgb(34,66,171); }
td.TdClassName
{
border-color: #2242AB;
}
.TagClassName
{
border-color: #2242AB;
}
</style>