Shades of Persian Blue #3432CF
Tints of Persian Blue #3432CF
RGB
CMYK
RGB Variations
Color information
#3432CF (or 0x3432CF) is known color: Persian Blue. HEX triplet: 34, 32 and CF. RGB value is (52,50,207). Sum of RGB (Red+Green+Blue) = 52+50+207=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #3432CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3432CF is #CBCD30. Grayscale: #434343. Windows color (decimal): -13356337 or 13578804. OLE color: 13578804.
HSL color Cylindrical-coordinate representation of color #3432CF: hue angle of 240.76º 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 #3432CF is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 50 | 207 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.19 |
| HSL | 240.76º | 0.62% | 0.5% | - |
| HSV(B) | 240.76º | 0.76% | 0.81% | - |
| XYZ | 13.82 | 7.52 | 59.75 | - |
| YUV | 68.5 | 206.16 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 207 | 0.75 | 0.76 | 0 | 0.19 | 240.76 | 0.62 | 0.5 |
| Hex | 34 | 32 | CF | 4B | 4C | 0 | 13 | F1 | 3E | 32 |
| Octal | 64 | 62 | 317 | 113 | 114 | 0 | 23 | 361 | 76 | 62 |
| Binary | 110100 | 110010 | 11001111 | 1001011 | 1001100 | 0 | 10011 | 11110001 | 111110 | 110010 |
Color Harmonies of #3432CF
Complementary color
Monochromatic Colors of #3432CF
Black with #3432CF
Text Example
Text Example
White with #3432CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3432CF; }
p { color: rgb(52,50,207); }
H1.HeaderClassName
{
color: #3432CF;
}
.AnyTagClassName
{
color: #3432CF;
}
</style>
background-color css
<style>
a { background-color: #3432CF; }
a { background-color: rgb(52,50,207); }
div.DivClassName
{
background-color: #3432CF;
}
.BgClassName
{
background-color: #3432CF;
}
</style>
border-color css
<style>
span { border-color: #3432CF; }
span { border-color: rgb(52,50,207); }
td.TdClassName
{
border-color: #3432CF;
}
.TagClassName
{
border-color: #3432CF;
}
</style>