Shades of Persian Blue #3239B1
Tints of Persian Blue #3239B1
RGB
CMYK
RGB Variations
Color information
#3239B1 (or 0x3239B1) is known color: Persian Blue. HEX triplet: 32, 39 and B1. RGB value is (50,57,177). Sum of RGB (Red+Green+Blue) = 50+57+177=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #3239B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3239B1 is #CDC64E. Grayscale: #444444. Windows color (decimal): -13485647 or 11614514. OLE color: 11614514.
HSL color Cylindrical-coordinate representation of color #3239B1: hue angle of 236.69º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3239B1 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 57 | 177 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.31 |
| HSL | 236.69º | 0.56% | 0.45% | - |
| HSV(B) | 236.69º | 0.72% | 0.69% | - |
| XYZ | 10.71 | 6.78 | 42.34 | - |
| YUV | 68.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 177 | 0.72 | 0.68 | 0 | 0.31 | 236.69 | 0.56 | 0.45 |
| Hex | 32 | 39 | B1 | 48 | 44 | 0 | 1F | ED | 38 | 2D |
| Octal | 62 | 71 | 261 | 110 | 104 | 0 | 37 | 355 | 70 | 55 |
| Binary | 110010 | 111001 | 10110001 | 1001000 | 1000100 | 0 | 11111 | 11101101 | 111000 | 101101 |
Color Harmonies of #3239B1
Complementary color
Monochromatic Colors of #3239B1
Black with #3239B1
Text Example
Text Example
White with #3239B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239B1; }
p { color: rgb(50,57,177); }
H1.HeaderClassName
{
color: #3239B1;
}
.AnyTagClassName
{
color: #3239B1;
}
</style>
background-color css
<style>
a { background-color: #3239B1; }
a { background-color: rgb(50,57,177); }
div.DivClassName
{
background-color: #3239B1;
}
.BgClassName
{
background-color: #3239B1;
}
</style>
border-color css
<style>
span { border-color: #3239B1; }
span { border-color: rgb(50,57,177); }
td.TdClassName
{
border-color: #3239B1;
}
.TagClassName
{
border-color: #3239B1;
}
</style>