Shades of Persian Blue #2432AA
Tints of Persian Blue #2432AA
RGB
CMYK
RGB Variations
Color information
#2432AA (or 0x2432AA) is known color: Persian Blue. HEX triplet: 24, 32 and AA. RGB value is (36,50,170). Sum of RGB (Red+Green+Blue) = 36+50+170=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #2432AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2432AA is #DBCD55. Grayscale: #3B3B3B. Windows color (decimal): -14404950 or 11153956. OLE color: 11153956.
HSL color Cylindrical-coordinate representation of color #2432AA: hue angle of 233.73º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2432AA is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 50 | 170 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.33 |
| HSL | 233.73º | 0.65% | 0.4% | - |
| HSV(B) | 233.73º | 0.79% | 0.67% | - |
| XYZ | 9.12 | 5.56 | 38.62 | - |
| YUV | 59.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 170 | 0.79 | 0.71 | 0 | 0.33 | 233.73 | 0.65 | 0.4 |
| Hex | 24 | 32 | AA | 4F | 47 | 0 | 21 | EA | 41 | 28 |
| Octal | 44 | 62 | 252 | 117 | 107 | 0 | 41 | 352 | 101 | 50 |
| Binary | 100100 | 110010 | 10101010 | 1001111 | 1000111 | 0 | 100001 | 11101010 | 1000001 | 101000 |
Color Harmonies of #2432AA
Complementary color
Monochromatic Colors of #2432AA
Black with #2432AA
Text Example
Text Example
White with #2432AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2432AA; }
p { color: rgb(36,50,170); }
H1.HeaderClassName
{
color: #2432AA;
}
.AnyTagClassName
{
color: #2432AA;
}
</style>
background-color css
<style>
a { background-color: #2432AA; }
a { background-color: rgb(36,50,170); }
div.DivClassName
{
background-color: #2432AA;
}
.BgClassName
{
background-color: #2432AA;
}
</style>
border-color css
<style>
span { border-color: #2432AA; }
span { border-color: rgb(36,50,170); }
td.TdClassName
{
border-color: #2432AA;
}
.TagClassName
{
border-color: #2432AA;
}
</style>