Shades of Persian Blue #2422AA
Tints of Persian Blue #2422AA
RGB
CMYK
RGB Variations
Color information
#2422AA (or 0x2422AA) is known color: Persian Blue. HEX triplet: 24, 22 and AA. RGB value is (36,34,170). Sum of RGB (Red+Green+Blue) = 36+34+170=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #2422AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2422AA is #DBDD55. Grayscale: #313131. Windows color (decimal): -14409046 or 11149860. OLE color: 11149860.
HSL color Cylindrical-coordinate representation of color #2422AA: hue angle of 240.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 #2422AA is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 34 | 170 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.33 |
| HSL | 240.88º | 0.67% | 0.4% | - |
| HSV(B) | 240.88º | 0.8% | 0.67% | - |
| XYZ | 8.56 | 4.42 | 38.43 | - |
| YUV | 50.1 | 195.66 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 170 | 0.79 | 0.80 | 0 | 0.33 | 240.88 | 0.67 | 0.4 |
| Hex | 24 | 22 | AA | 4F | 50 | 0 | 21 | F1 | 43 | 28 |
| Octal | 44 | 42 | 252 | 117 | 120 | 0 | 41 | 361 | 103 | 50 |
| Binary | 100100 | 100010 | 10101010 | 1001111 | 1010000 | 0 | 100001 | 11110001 | 1000011 | 101000 |
Color Harmonies of #2422AA
Complementary color
Monochromatic Colors of #2422AA
Black with #2422AA
Text Example
Text Example
White with #2422AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2422AA; }
p { color: rgb(36,34,170); }
H1.HeaderClassName
{
color: #2422AA;
}
.AnyTagClassName
{
color: #2422AA;
}
</style>
background-color css
<style>
a { background-color: #2422AA; }
a { background-color: rgb(36,34,170); }
div.DivClassName
{
background-color: #2422AA;
}
.BgClassName
{
background-color: #2422AA;
}
</style>
border-color css
<style>
span { border-color: #2422AA; }
span { border-color: rgb(36,34,170); }
td.TdClassName
{
border-color: #2422AA;
}
.TagClassName
{
border-color: #2422AA;
}
</style>