Shades of Persian Blue #3239A2
Tints of Persian Blue #3239A2
RGB
CMYK
RGB Variations
Color information
#3239A2 (or 0x3239A2) is known color: Persian Blue. HEX triplet: 32, 39 and A2. RGB value is (50,57,162). Sum of RGB (Red+Green+Blue) = 50+57+162=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #3239A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3239A2 is #CDC65D. Grayscale: #424242. Windows color (decimal): -13485662 or 10631474. OLE color: 10631474.
HSL color Cylindrical-coordinate representation of color #3239A2: hue angle of 236.25º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3239A2 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 57 | 162 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.36 |
| HSL | 236.25º | 0.53% | 0.42% | - |
| HSV(B) | 236.25º | 0.69% | 0.64% | - |
| XYZ | 9.3 | 6.21 | 34.89 | - |
| YUV | 66.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 162 | 0.69 | 0.65 | 0 | 0.36 | 236.25 | 0.53 | 0.42 |
| Hex | 32 | 39 | A2 | 45 | 41 | 0 | 24 | EC | 35 | 2A |
| Octal | 62 | 71 | 242 | 105 | 101 | 0 | 44 | 354 | 65 | 52 |
| Binary | 110010 | 111001 | 10100010 | 1000101 | 1000001 | 0 | 100100 | 11101100 | 110101 | 101010 |
Color Harmonies of #3239A2
Complementary color
Monochromatic Colors of #3239A2
Black with #3239A2
Text Example
Text Example
White with #3239A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239A2; }
p { color: rgb(50,57,162); }
H1.HeaderClassName
{
color: #3239A2;
}
.AnyTagClassName
{
color: #3239A2;
}
</style>
background-color css
<style>
a { background-color: #3239A2; }
a { background-color: rgb(50,57,162); }
div.DivClassName
{
background-color: #3239A2;
}
.BgClassName
{
background-color: #3239A2;
}
</style>
border-color css
<style>
span { border-color: #3239A2; }
span { border-color: rgb(50,57,162); }
td.TdClassName
{
border-color: #3239A2;
}
.TagClassName
{
border-color: #3239A2;
}
</style>