Shades of Persian Blue #3432CC
Tints of Persian Blue #3432CC
RGB
CMYK
RGB Variations
Color information
#3432CC (or 0x3432CC) is known color: Persian Blue. HEX triplet: 34, 32 and CC. RGB value is (52,50,204). Sum of RGB (Red+Green+Blue) = 52+50+204=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #3432CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3432CC is #CBCD33. Grayscale: #434343. Windows color (decimal): -13356340 or 13382196. OLE color: 13382196.
HSL color Cylindrical-coordinate representation of color #3432CC: hue angle of 240.78º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3432CC is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 50 | 204 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.2 |
| HSL | 240.78º | 0.61% | 0.5% | - |
| HSV(B) | 240.78º | 0.75% | 0.8% | - |
| XYZ | 13.46 | 7.37 | 57.84 | - |
| YUV | 68.15 | 204.66 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 204 | 0.75 | 0.75 | 0 | 0.2 | 240.78 | 0.61 | 0.5 |
| Hex | 34 | 32 | CC | 4B | 4B | 0 | 14 | F1 | 3D | 32 |
| Octal | 64 | 62 | 314 | 113 | 113 | 0 | 24 | 361 | 75 | 62 |
| Binary | 110100 | 110010 | 11001100 | 1001011 | 1001011 | 0 | 10100 | 11110001 | 111101 | 110010 |
Color Harmonies of #3432CC
Complementary color
Monochromatic Colors of #3432CC
Black with #3432CC
Text Example
Text Example
White with #3432CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3432CC; }
p { color: rgb(52,50,204); }
H1.HeaderClassName
{
color: #3432CC;
}
.AnyTagClassName
{
color: #3432CC;
}
</style>
background-color css
<style>
a { background-color: #3432CC; }
a { background-color: rgb(52,50,204); }
div.DivClassName
{
background-color: #3432CC;
}
.BgClassName
{
background-color: #3432CC;
}
</style>
border-color css
<style>
span { border-color: #3432CC; }
span { border-color: rgb(52,50,204); }
td.TdClassName
{
border-color: #3432CC;
}
.TagClassName
{
border-color: #3432CC;
}
</style>