Shades of Persian Blue #2432CE
Tints of Persian Blue #2432CE
RGB
CMYK
RGB Variations
Color information
#2432CE (or 0x2432CE) is known color: Persian Blue. HEX triplet: 24, 32 and CE. RGB value is (36,50,206). Sum of RGB (Red+Green+Blue) = 36+50+206=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #2432CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2432CE is #DBCD31. Grayscale: #3E3E3E. Windows color (decimal): -14404914 or 13513252. OLE color: 13513252.
HSL color Cylindrical-coordinate representation of color #2432CE: hue angle of 235.06º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2432CE is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 50 | 206 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.19 |
| HSL | 235.06º | 0.7% | 0.47% | - |
| HSV(B) | 235.06º | 0.83% | 0.81% | - |
| XYZ | 13.01 | 7.11 | 59.08 | - |
| YUV | 63.6 | 208.36 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 206 | 0.83 | 0.76 | 0 | 0.19 | 235.06 | 0.7 | 0.47 |
| Hex | 24 | 32 | CE | 53 | 4C | 0 | 13 | EB | 46 | 2F |
| Octal | 44 | 62 | 316 | 123 | 114 | 0 | 23 | 353 | 106 | 57 |
| Binary | 100100 | 110010 | 11001110 | 1010011 | 1001100 | 0 | 10011 | 11101011 | 1000110 | 101111 |
Color Harmonies of #2432CE
Complementary color
Monochromatic Colors of #2432CE
Black with #2432CE
Text Example
Text Example
White with #2432CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2432CE; }
p { color: rgb(36,50,206); }
H1.HeaderClassName
{
color: #2432CE;
}
.AnyTagClassName
{
color: #2432CE;
}
</style>
background-color css
<style>
a { background-color: #2432CE; }
a { background-color: rgb(36,50,206); }
div.DivClassName
{
background-color: #2432CE;
}
.BgClassName
{
background-color: #2432CE;
}
</style>
border-color css
<style>
span { border-color: #2432CE; }
span { border-color: rgb(36,50,206); }
td.TdClassName
{
border-color: #2432CE;
}
.TagClassName
{
border-color: #2432CE;
}
</style>