Shades of Persian Blue #3239CB
Tints of Persian Blue #3239CB
RGB
CMYK
RGB Variations
Color information
#3239CB (or 0x3239CB) is known color: Persian Blue. HEX triplet: 32, 39 and CB. RGB value is (50,57,203). Sum of RGB (Red+Green+Blue) = 50+57+203=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #3239CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3239CB is #CDC634. Grayscale: #464646. Windows color (decimal): -13485621 or 13318450. OLE color: 13318450.
HSL color Cylindrical-coordinate representation of color #3239CB: hue angle of 237.25º degrees, saturation: 0.6, 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 #3239CB is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 57 | 203 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.20 |
| HSL | 237.25º | 0.6% | 0.5% | - |
| HSV(B) | 237.25º | 0.75% | 0.8% | - |
| XYZ | 13.56 | 7.92 | 57.31 | - |
| YUV | 71.55 | 202.18 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 203 | 0.75 | 0.72 | 0 | 0.20 | 237.25 | 0.6 | 0.5 |
| Hex | 32 | 39 | CB | 4B | 48 | 0 | 14 | ED | 3C | 32 |
| Octal | 62 | 71 | 313 | 113 | 110 | 0 | 24 | 355 | 74 | 62 |
| Binary | 110010 | 111001 | 11001011 | 1001011 | 1001000 | 0 | 10100 | 11101101 | 111100 | 110010 |
Color Harmonies of #3239CB
Complementary color
Monochromatic Colors of #3239CB
Black with #3239CB
Text Example
Text Example
White with #3239CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239CB; }
p { color: rgb(50,57,203); }
H1.HeaderClassName
{
color: #3239CB;
}
.AnyTagClassName
{
color: #3239CB;
}
</style>
background-color css
<style>
a { background-color: #3239CB; }
a { background-color: rgb(50,57,203); }
div.DivClassName
{
background-color: #3239CB;
}
.BgClassName
{
background-color: #3239CB;
}
</style>
border-color css
<style>
span { border-color: #3239CB; }
span { border-color: rgb(50,57,203); }
td.TdClassName
{
border-color: #3239CB;
}
.TagClassName
{
border-color: #3239CB;
}
</style>