Shades of Persian Blue #3232CF
Tints of Persian Blue #3232CF
RGB
CMYK
RGB Variations
Color information
#3232CF (or 0x3232CF) is known color: Persian Blue. HEX triplet: 32, 32 and CF. RGB value is (50,50,207). Sum of RGB (Red+Green+Blue) = 50+50+207=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #3232CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3232CF is #CDCD30. Grayscale: #434343. Windows color (decimal): -13487409 or 13578802. OLE color: 13578802.
HSL color Cylindrical-coordinate representation of color #3232CF: hue angle of 240º degrees, saturation: 0.62, 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 #3232CF is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 50 | 207 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.19 |
| HSL | 240º | 0.62% | 0.5% | - |
| HSV(B) | 240º | 0.76% | 0.81% | - |
| XYZ | 13.72 | 7.46 | 59.75 | - |
| YUV | 67.9 | 206.5 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 207 | 0.76 | 0.76 | 0 | 0.19 | 240 | 0.62 | 0.5 |
| Hex | 32 | 32 | CF | 4C | 4C | 0 | 13 | F0 | 3E | 32 |
| Octal | 62 | 62 | 317 | 114 | 114 | 0 | 23 | 360 | 76 | 62 |
| Binary | 110010 | 110010 | 11001111 | 1001100 | 1001100 | 0 | 10011 | 11110000 | 111110 | 110010 |
Color Harmonies of #3232CF
Complementary color
Monochromatic Colors of #3232CF
Black with #3232CF
Text Example
Text Example
White with #3232CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3232CF; }
p { color: rgb(50,50,207); }
H1.HeaderClassName
{
color: #3232CF;
}
.AnyTagClassName
{
color: #3232CF;
}
</style>
background-color css
<style>
a { background-color: #3232CF; }
a { background-color: rgb(50,50,207); }
div.DivClassName
{
background-color: #3232CF;
}
.BgClassName
{
background-color: #3232CF;
}
</style>
border-color css
<style>
span { border-color: #3232CF; }
span { border-color: rgb(50,50,207); }
td.TdClassName
{
border-color: #3232CF;
}
.TagClassName
{
border-color: #3232CF;
}
</style>