Shades of Persian Blue #2432AE
Tints of Persian Blue #2432AE
RGB
CMYK
RGB Variations
Color information
#2432AE (or 0x2432AE) is known color: Persian Blue. HEX triplet: 24, 32 and AE. RGB value is (36,50,174). Sum of RGB (Red+Green+Blue) = 36+50+174=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #2432AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2432AE is #DBCD51. Grayscale: #3B3B3B. Windows color (decimal): -14404946 or 11416100. OLE color: 11416100.
HSL color Cylindrical-coordinate representation of color #2432AE: hue angle of 233.91º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2432AE is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 50 | 174 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.32 |
| HSL | 233.91º | 0.66% | 0.41% | - |
| HSV(B) | 233.91º | 0.79% | 0.68% | - |
| XYZ | 9.51 | 5.71 | 40.65 | - |
| YUV | 59.95 | 192.36 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 174 | 0.79 | 0.71 | 0 | 0.32 | 233.91 | 0.66 | 0.41 |
| Hex | 24 | 32 | AE | 4F | 47 | 0 | 20 | EA | 42 | 29 |
| Octal | 44 | 62 | 256 | 117 | 107 | 0 | 40 | 352 | 102 | 51 |
| Binary | 100100 | 110010 | 10101110 | 1001111 | 1000111 | 0 | 100000 | 11101010 | 1000010 | 101001 |
Color Harmonies of #2432AE
Complementary color
Monochromatic Colors of #2432AE
Black with #2432AE
Text Example
Text Example
White with #2432AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2432AE; }
p { color: rgb(36,50,174); }
H1.HeaderClassName
{
color: #2432AE;
}
.AnyTagClassName
{
color: #2432AE;
}
</style>
background-color css
<style>
a { background-color: #2432AE; }
a { background-color: rgb(36,50,174); }
div.DivClassName
{
background-color: #2432AE;
}
.BgClassName
{
background-color: #2432AE;
}
</style>
border-color css
<style>
span { border-color: #2432AE; }
span { border-color: rgb(36,50,174); }
td.TdClassName
{
border-color: #2432AE;
}
.TagClassName
{
border-color: #2432AE;
}
</style>