Shades of Persian Blue #3232BD
Tints of Persian Blue #3232BD
RGB
CMYK
RGB Variations
Color information
#3232BD (or 0x3232BD) is known color: Persian Blue. HEX triplet: 32, 32 and BD. RGB value is (50,50,189). Sum of RGB (Red+Green+Blue) = 50+50+189=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #3232BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3232BD is #CDCD42. Grayscale: #414141. Windows color (decimal): -13487427 or 12399154. OLE color: 12399154.
HSL color Cylindrical-coordinate representation of color #3232BD: hue angle of 240º 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 #3232BD is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 50 | 189 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.26 |
| HSL | 240º | 0.58% | 0.47% | - |
| HSV(B) | 240º | 0.74% | 0.74% | - |
| XYZ | 11.64 | 6.63 | 48.81 | - |
| YUV | 65.85 | 197.5 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 189 | 0.74 | 0.74 | 0 | 0.26 | 240 | 0.58 | 0.47 |
| Hex | 32 | 32 | BD | 4A | 4A | 0 | 1A | F0 | 3A | 2F |
| Octal | 62 | 62 | 275 | 112 | 112 | 0 | 32 | 360 | 72 | 57 |
| Binary | 110010 | 110010 | 10111101 | 1001010 | 1001010 | 0 | 11010 | 11110000 | 111010 | 101111 |
Color Harmonies of #3232BD
Complementary color
Monochromatic Colors of #3232BD
Black with #3232BD
Text Example
Text Example
White with #3232BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3232BD; }
p { color: rgb(50,50,189); }
H1.HeaderClassName
{
color: #3232BD;
}
.AnyTagClassName
{
color: #3232BD;
}
</style>
background-color css
<style>
a { background-color: #3232BD; }
a { background-color: rgb(50,50,189); }
div.DivClassName
{
background-color: #3232BD;
}
.BgClassName
{
background-color: #3232BD;
}
</style>
border-color css
<style>
span { border-color: #3232BD; }
span { border-color: rgb(50,50,189); }
td.TdClassName
{
border-color: #3232BD;
}
.TagClassName
{
border-color: #3232BD;
}
</style>