Shades of Persian Blue #3230BA
Tints of Persian Blue #3230BA
RGB
CMYK
RGB Variations
Color information
#3230BA (or 0x3230BA) is known color: Persian Blue. HEX triplet: 32, 30 and BA. RGB value is (50,48,186). Sum of RGB (Red+Green+Blue) = 50+48+186=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #3230BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3230BA is #CDCF45. Grayscale: #3F3F3F. Windows color (decimal): -13487942 or 12202034. OLE color: 12202034.
HSL color Cylindrical-coordinate representation of color #3230BA: hue angle of 240.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3230BA is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 48 | 186 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.27 |
| HSL | 240.87º | 0.59% | 0.46% | - |
| HSV(B) | 240.87º | 0.74% | 0.73% | - |
| XYZ | 11.24 | 6.34 | 47.09 | - |
| YUV | 64.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 186 | 0.73 | 0.74 | 0 | 0.27 | 240.87 | 0.59 | 0.46 |
| Hex | 32 | 30 | BA | 49 | 4A | 0 | 1B | F1 | 3B | 2E |
| Octal | 62 | 60 | 272 | 111 | 112 | 0 | 33 | 361 | 73 | 56 |
| Binary | 110010 | 110000 | 10111010 | 1001001 | 1001010 | 0 | 11011 | 11110001 | 111011 | 101110 |
Color Harmonies of #3230BA
Complementary color
Monochromatic Colors of #3230BA
Black with #3230BA
Text Example
Text Example
White with #3230BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3230BA; }
p { color: rgb(50,48,186); }
H1.HeaderClassName
{
color: #3230BA;
}
.AnyTagClassName
{
color: #3230BA;
}
</style>
background-color css
<style>
a { background-color: #3230BA; }
a { background-color: rgb(50,48,186); }
div.DivClassName
{
background-color: #3230BA;
}
.BgClassName
{
background-color: #3230BA;
}
</style>
border-color css
<style>
span { border-color: #3230BA; }
span { border-color: rgb(50,48,186); }
td.TdClassName
{
border-color: #3230BA;
}
.TagClassName
{
border-color: #3230BA;
}
</style>