Shades of Persian Blue #3234BA
Tints of Persian Blue #3234BA
RGB
CMYK
RGB Variations
Color information
#3234BA (or 0x3234BA) is known color: Persian Blue. HEX triplet: 32, 34 and BA. RGB value is (50,52,186). Sum of RGB (Red+Green+Blue) = 50+52+186=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #3234BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3234BA is #CDCB45. Grayscale: #424242. Windows color (decimal): -13486918 or 12203058. OLE color: 12203058.
HSL color Cylindrical-coordinate representation of color #3234BA: hue angle of 239.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3234BA is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 52 | 186 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.27 |
| HSL | 239.12º | 0.58% | 0.46% | - |
| HSV(B) | 239.12º | 0.73% | 0.73% | - |
| XYZ | 11.41 | 6.68 | 47.14 | - |
| YUV | 66.68 | 195.34 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 186 | 0.73 | 0.72 | 0 | 0.27 | 239.12 | 0.58 | 0.46 |
| Hex | 32 | 34 | BA | 49 | 48 | 0 | 1B | EF | 3A | 2E |
| Octal | 62 | 64 | 272 | 111 | 110 | 0 | 33 | 357 | 72 | 56 |
| Binary | 110010 | 110100 | 10111010 | 1001001 | 1001000 | 0 | 11011 | 11101111 | 111010 | 101110 |
Color Harmonies of #3234BA
Complementary color
Monochromatic Colors of #3234BA
Black with #3234BA
Text Example
Text Example
White with #3234BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3234BA; }
p { color: rgb(50,52,186); }
H1.HeaderClassName
{
color: #3234BA;
}
.AnyTagClassName
{
color: #3234BA;
}
</style>
background-color css
<style>
a { background-color: #3234BA; }
a { background-color: rgb(50,52,186); }
div.DivClassName
{
background-color: #3234BA;
}
.BgClassName
{
background-color: #3234BA;
}
</style>
border-color css
<style>
span { border-color: #3234BA; }
span { border-color: rgb(50,52,186); }
td.TdClassName
{
border-color: #3234BA;
}
.TagClassName
{
border-color: #3234BA;
}
</style>