Shades of Persian Blue #3236BD
Tints of Persian Blue #3236BD
RGB
CMYK
RGB Variations
Color information
#3236BD (or 0x3236BD) is known color: Persian Blue. HEX triplet: 32, 36 and BD. RGB value is (50,54,189). Sum of RGB (Red+Green+Blue) = 50+54+189=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #3236BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3236BD is #CDC942. Grayscale: #434343. Windows color (decimal): -13486403 or 12400178. OLE color: 12400178.
HSL color Cylindrical-coordinate representation of color #3236BD: hue angle of 238.27º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3236BD is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 54 | 189 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.26 |
| HSL | 238.27º | 0.58% | 0.47% | - |
| HSV(B) | 238.27º | 0.74% | 0.74% | - |
| XYZ | 11.82 | 6.99 | 48.87 | - |
| YUV | 68.19 | 196.17 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 189 | 0.74 | 0.71 | 0 | 0.26 | 238.27 | 0.58 | 0.47 |
| Hex | 32 | 36 | BD | 4A | 47 | 0 | 1A | EE | 3A | 2F |
| Octal | 62 | 66 | 275 | 112 | 107 | 0 | 32 | 356 | 72 | 57 |
| Binary | 110010 | 110110 | 10111101 | 1001010 | 1000111 | 0 | 11010 | 11101110 | 111010 | 101111 |
Color Harmonies of #3236BD
Complementary color
Monochromatic Colors of #3236BD
Black with #3236BD
Text Example
Text Example
White with #3236BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3236BD; }
p { color: rgb(50,54,189); }
H1.HeaderClassName
{
color: #3236BD;
}
.AnyTagClassName
{
color: #3236BD;
}
</style>
background-color css
<style>
a { background-color: #3236BD; }
a { background-color: rgb(50,54,189); }
div.DivClassName
{
background-color: #3236BD;
}
.BgClassName
{
background-color: #3236BD;
}
</style>
border-color css
<style>
span { border-color: #3236BD; }
span { border-color: rgb(50,54,189); }
td.TdClassName
{
border-color: #3236BD;
}
.TagClassName
{
border-color: #3236BD;
}
</style>