Shades of Persian Blue #3239CC
Tints of Persian Blue #3239CC
RGB
CMYK
RGB Variations
Color information
#3239CC (or 0x3239CC) is known color: Persian Blue. HEX triplet: 32, 39 and CC. RGB value is (50,57,204). Sum of RGB (Red+Green+Blue) = 50+57+204=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #3239CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3239CC is #CDC633. Grayscale: #474747. Windows color (decimal): -13485620 or 13383986. OLE color: 13383986.
HSL color Cylindrical-coordinate representation of color #3239CC: hue angle of 237.27º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3239CC is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 57 | 204 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.2 |
| HSL | 237.27º | 0.61% | 0.5% | - |
| HSV(B) | 237.27º | 0.75% | 0.8% | - |
| XYZ | 13.68 | 7.96 | 57.94 | - |
| YUV | 71.67 | 202.68 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 204 | 0.75 | 0.72 | 0 | 0.2 | 237.27 | 0.61 | 0.5 |
| Hex | 32 | 39 | CC | 4B | 48 | 0 | 14 | ED | 3D | 32 |
| Octal | 62 | 71 | 314 | 113 | 110 | 0 | 24 | 355 | 75 | 62 |
| Binary | 110010 | 111001 | 11001100 | 1001011 | 1001000 | 0 | 10100 | 11101101 | 111101 | 110010 |
Color Harmonies of #3239CC
Complementary color
Monochromatic Colors of #3239CC
Black with #3239CC
Text Example
Text Example
White with #3239CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239CC; }
p { color: rgb(50,57,204); }
H1.HeaderClassName
{
color: #3239CC;
}
.AnyTagClassName
{
color: #3239CC;
}
</style>
background-color css
<style>
a { background-color: #3239CC; }
a { background-color: rgb(50,57,204); }
div.DivClassName
{
background-color: #3239CC;
}
.BgClassName
{
background-color: #3239CC;
}
</style>
border-color css
<style>
span { border-color: #3239CC; }
span { border-color: rgb(50,57,204); }
td.TdClassName
{
border-color: #3239CC;
}
.TagClassName
{
border-color: #3239CC;
}
</style>