Shades of Persian Blue #3432CE
Tints of Persian Blue #3432CE
RGB
CMYK
RGB Variations
Color information
#3432CE (or 0x3432CE) is known color: Persian Blue. HEX triplet: 34, 32 and CE. RGB value is (52,50,206). Sum of RGB (Red+Green+Blue) = 52+50+206=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #3432CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3432CE is #CBCD31. Grayscale: #434343. Windows color (decimal): -13356338 or 13513268. OLE color: 13513268.
HSL color Cylindrical-coordinate representation of color #3432CE: hue angle of 240.77º 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 #3432CE is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 50 | 206 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.19 |
| HSL | 240.77º | 0.61% | 0.5% | - |
| HSV(B) | 240.77º | 0.76% | 0.81% | - |
| XYZ | 13.7 | 7.47 | 59.11 | - |
| YUV | 68.38 | 205.66 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 206 | 0.75 | 0.76 | 0 | 0.19 | 240.77 | 0.61 | 0.5 |
| Hex | 34 | 32 | CE | 4B | 4C | 0 | 13 | F1 | 3D | 32 |
| Octal | 64 | 62 | 316 | 113 | 114 | 0 | 23 | 361 | 75 | 62 |
| Binary | 110100 | 110010 | 11001110 | 1001011 | 1001100 | 0 | 10011 | 11110001 | 111101 | 110010 |
Color Harmonies of #3432CE
Complementary color
Monochromatic Colors of #3432CE
Black with #3432CE
Text Example
Text Example
White with #3432CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3432CE; }
p { color: rgb(52,50,206); }
H1.HeaderClassName
{
color: #3432CE;
}
.AnyTagClassName
{
color: #3432CE;
}
</style>
background-color css
<style>
a { background-color: #3432CE; }
a { background-color: rgb(52,50,206); }
div.DivClassName
{
background-color: #3432CE;
}
.BgClassName
{
background-color: #3432CE;
}
</style>
border-color css
<style>
span { border-color: #3432CE; }
span { border-color: rgb(52,50,206); }
td.TdClassName
{
border-color: #3432CE;
}
.TagClassName
{
border-color: #3432CE;
}
</style>