Shades of Persian Blue #3236BA
Tints of Persian Blue #3236BA
RGB
CMYK
RGB Variations
Color information
#3236BA (or 0x3236BA) is known color: Persian Blue. HEX triplet: 32, 36 and BA. RGB value is (50,54,186). Sum of RGB (Red+Green+Blue) = 50+54+186=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #3236BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3236BA is #CDC945. Grayscale: #434343. Windows color (decimal): -13486406 or 12203570. OLE color: 12203570.
HSL color Cylindrical-coordinate representation of color #3236BA: hue angle of 238.24º 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 #3236BA is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 54 | 186 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.27 |
| HSL | 238.24º | 0.58% | 0.46% | - |
| HSV(B) | 238.24º | 0.73% | 0.73% | - |
| XYZ | 11.5 | 6.86 | 47.17 | - |
| YUV | 67.85 | 194.67 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 186 | 0.73 | 0.71 | 0 | 0.27 | 238.24 | 0.58 | 0.46 |
| Hex | 32 | 36 | BA | 49 | 47 | 0 | 1B | EE | 3A | 2E |
| Octal | 62 | 66 | 272 | 111 | 107 | 0 | 33 | 356 | 72 | 56 |
| Binary | 110010 | 110110 | 10111010 | 1001001 | 1000111 | 0 | 11011 | 11101110 | 111010 | 101110 |
Color Harmonies of #3236BA
Complementary color
Monochromatic Colors of #3236BA
Black with #3236BA
Text Example
Text Example
White with #3236BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3236BA; }
p { color: rgb(50,54,186); }
H1.HeaderClassName
{
color: #3236BA;
}
.AnyTagClassName
{
color: #3236BA;
}
</style>
background-color css
<style>
a { background-color: #3236BA; }
a { background-color: rgb(50,54,186); }
div.DivClassName
{
background-color: #3236BA;
}
.BgClassName
{
background-color: #3236BA;
}
</style>
border-color css
<style>
span { border-color: #3236BA; }
span { border-color: rgb(50,54,186); }
td.TdClassName
{
border-color: #3236BA;
}
.TagClassName
{
border-color: #3236BA;
}
</style>