Shades of Persian Blue #3232CE
Tints of Persian Blue #3232CE
RGB
CMYK
RGB Variations
Color information
#3232CE (or 0x3232CE) is known color: Persian Blue. HEX triplet: 32, 32 and CE. RGB value is (50,50,206). Sum of RGB (Red+Green+Blue) = 50+50+206=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #3232CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3232CE is #CDCD31. Grayscale: #434343. Windows color (decimal): -13487410 or 13513266. OLE color: 13513266.
HSL color Cylindrical-coordinate representation of color #3232CE: hue angle of 240º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3232CE is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 50 | 206 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.19 |
| HSL | 240º | 0.61% | 0.5% | - |
| HSV(B) | 240º | 0.76% | 0.81% | - |
| XYZ | 13.6 | 7.42 | 59.11 | - |
| YUV | 67.78 | 206 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 206 | 0.76 | 0.76 | 0 | 0.19 | 240 | 0.61 | 0.5 |
| Hex | 32 | 32 | CE | 4C | 4C | 0 | 13 | F0 | 3D | 32 |
| Octal | 62 | 62 | 316 | 114 | 114 | 0 | 23 | 360 | 75 | 62 |
| Binary | 110010 | 110010 | 11001110 | 1001100 | 1001100 | 0 | 10011 | 11110000 | 111101 | 110010 |
Color Harmonies of #3232CE
Complementary color
Monochromatic Colors of #3232CE
Black with #3232CE
Text Example
Text Example
White with #3232CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3232CE; }
p { color: rgb(50,50,206); }
H1.HeaderClassName
{
color: #3232CE;
}
.AnyTagClassName
{
color: #3232CE;
}
</style>
background-color css
<style>
a { background-color: #3232CE; }
a { background-color: rgb(50,50,206); }
div.DivClassName
{
background-color: #3232CE;
}
.BgClassName
{
background-color: #3232CE;
}
</style>
border-color css
<style>
span { border-color: #3232CE; }
span { border-color: rgb(50,50,206); }
td.TdClassName
{
border-color: #3232CE;
}
.TagClassName
{
border-color: #3232CE;
}
</style>