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