Shades of Persian Blue #3239BB
Tints of Persian Blue #3239BB
RGB
CMYK
RGB Variations
Color information
#3239BB (or 0x3239BB) is known color: Persian Blue. HEX triplet: 32, 39 and BB. RGB value is (50,57,187). Sum of RGB (Red+Green+Blue) = 50+57+187=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #3239BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3239BB is #CDC644. Grayscale: #454545. Windows color (decimal): -13485637 or 12269874. OLE color: 12269874.
HSL color Cylindrical-coordinate representation of color #3239BB: hue angle of 236.93º 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 #3239BB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 57 | 187 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.27 |
| HSL | 236.93º | 0.58% | 0.46% | - |
| HSV(B) | 236.93º | 0.73% | 0.73% | - |
| XYZ | 11.75 | 7.19 | 47.78 | - |
| YUV | 69.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 187 | 0.73 | 0.70 | 0 | 0.27 | 236.93 | 0.58 | 0.46 |
| Hex | 32 | 39 | BB | 49 | 46 | 0 | 1B | ED | 3A | 2E |
| Octal | 62 | 71 | 273 | 111 | 106 | 0 | 33 | 355 | 72 | 56 |
| Binary | 110010 | 111001 | 10111011 | 1001001 | 1000110 | 0 | 11011 | 11101101 | 111010 | 101110 |
Color Harmonies of #3239BB
Complementary color
Monochromatic Colors of #3239BB
Black with #3239BB
Text Example
Text Example
White with #3239BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239BB; }
p { color: rgb(50,57,187); }
H1.HeaderClassName
{
color: #3239BB;
}
.AnyTagClassName
{
color: #3239BB;
}
</style>
background-color css
<style>
a { background-color: #3239BB; }
a { background-color: rgb(50,57,187); }
div.DivClassName
{
background-color: #3239BB;
}
.BgClassName
{
background-color: #3239BB;
}
</style>
border-color css
<style>
span { border-color: #3239BB; }
span { border-color: rgb(50,57,187); }
td.TdClassName
{
border-color: #3239BB;
}
.TagClassName
{
border-color: #3239BB;
}
</style>