Shades of Persian Blue #3239A5
Tints of Persian Blue #3239A5
RGB
CMYK
RGB Variations
Color information
#3239A5 (or 0x3239A5) is known color: Persian Blue. HEX triplet: 32, 39 and A5. RGB value is (50,57,165). Sum of RGB (Red+Green+Blue) = 50+57+165=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 165 (64.84% from 255 or 60.66% from 272); Max value from RGB is 165 - color contains mainly: blue. Hex color #3239A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3239A5 is #CDC65A. Grayscale: #424242. Windows color (decimal): -13485659 or 10828082. OLE color: 10828082.
HSL color Cylindrical-coordinate representation of color #3239A5: hue angle of 236.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3239A5 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 57 | 165 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.35 |
| HSL | 236.35º | 0.53% | 0.42% | - |
| HSV(B) | 236.35º | 0.7% | 0.65% | - |
| XYZ | 9.57 | 6.32 | 36.31 | - |
| YUV | 67.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 165 | 0.70 | 0.65 | 0 | 0.35 | 236.35 | 0.53 | 0.42 |
| Hex | 32 | 39 | A5 | 46 | 41 | 0 | 23 | EC | 35 | 2A |
| Octal | 62 | 71 | 245 | 106 | 101 | 0 | 43 | 354 | 65 | 52 |
| Binary | 110010 | 111001 | 10100101 | 1000110 | 1000001 | 0 | 100011 | 11101100 | 110101 | 101010 |
Color Harmonies of #3239A5
Complementary color
Monochromatic Colors of #3239A5
Black with #3239A5
Text Example
Text Example
White with #3239A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239A5; }
p { color: rgb(50,57,165); }
H1.HeaderClassName
{
color: #3239A5;
}
.AnyTagClassName
{
color: #3239A5;
}
</style>
background-color css
<style>
a { background-color: #3239A5; }
a { background-color: rgb(50,57,165); }
div.DivClassName
{
background-color: #3239A5;
}
.BgClassName
{
background-color: #3239A5;
}
</style>
border-color css
<style>
span { border-color: #3239A5; }
span { border-color: rgb(50,57,165); }
td.TdClassName
{
border-color: #3239A5;
}
.TagClassName
{
border-color: #3239A5;
}
</style>