Shades of Persian Blue #3239A7
Tints of Persian Blue #3239A7
RGB
CMYK
RGB Variations
Color information
#3239A7 (or 0x3239A7) is known color: Persian Blue. HEX triplet: 32, 39 and A7. RGB value is (50,57,167). Sum of RGB (Red+Green+Blue) = 50+57+167=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 167 (65.62% from 255 or 60.95% from 274); Max value from RGB is 167 - color contains mainly: blue. Hex color #3239A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3239A7 is #CDC658. Grayscale: #434343. Windows color (decimal): -13485657 or 10959154. OLE color: 10959154.
HSL color Cylindrical-coordinate representation of color #3239A7: hue angle of 236.41º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3239A7 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 57 | 167 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.35 |
| HSL | 236.41º | 0.54% | 0.43% | - |
| HSV(B) | 236.41º | 0.7% | 0.65% | - |
| XYZ | 9.75 | 6.39 | 37.28 | - |
| YUV | 67.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 167 | 0.70 | 0.66 | 0 | 0.35 | 236.41 | 0.54 | 0.43 |
| Hex | 32 | 39 | A7 | 46 | 42 | 0 | 23 | EC | 36 | 2B |
| Octal | 62 | 71 | 247 | 106 | 102 | 0 | 43 | 354 | 66 | 53 |
| Binary | 110010 | 111001 | 10100111 | 1000110 | 1000010 | 0 | 100011 | 11101100 | 110110 | 101011 |
Color Harmonies of #3239A7
Complementary color
Monochromatic Colors of #3239A7
Black with #3239A7
Text Example
Text Example
White with #3239A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239A7; }
p { color: rgb(50,57,167); }
H1.HeaderClassName
{
color: #3239A7;
}
.AnyTagClassName
{
color: #3239A7;
}
</style>
background-color css
<style>
a { background-color: #3239A7; }
a { background-color: rgb(50,57,167); }
div.DivClassName
{
background-color: #3239A7;
}
.BgClassName
{
background-color: #3239A7;
}
</style>
border-color css
<style>
span { border-color: #3239A7; }
span { border-color: rgb(50,57,167); }
td.TdClassName
{
border-color: #3239A7;
}
.TagClassName
{
border-color: #3239A7;
}
</style>