Shades of Persian Blue #3B32CB
Tints of Persian Blue #3B32CB
RGB
CMYK
RGB Variations
Color information
#3B32CB (or 0x3B32CB) is known color: Persian Blue. HEX triplet: 3B, 32 and CB. RGB value is (59,50,203). Sum of RGB (Red+Green+Blue) = 59+50+203=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B32CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B32CB is #C4CD34. Grayscale: #454545. Windows color (decimal): -12897589 or 13316667. OLE color: 13316667.
HSL color Cylindrical-coordinate representation of color #3B32CB: hue angle of 243.53º 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 #3B32CB is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 50 | 203 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.20 |
| HSL | 243.53º | 0.6% | 0.5% | - |
| HSV(B) | 243.53º | 0.75% | 0.8% | - |
| XYZ | 13.72 | 7.52 | 57.23 | - |
| YUV | 70.13 | 202.98 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 203 | 0.71 | 0.75 | 0 | 0.20 | 243.53 | 0.6 | 0.5 |
| Hex | 3B | 32 | CB | 47 | 4B | 0 | 14 | F4 | 3C | 32 |
| Octal | 73 | 62 | 313 | 107 | 113 | 0 | 24 | 364 | 74 | 62 |
| Binary | 111011 | 110010 | 11001011 | 1000111 | 1001011 | 0 | 10100 | 11110100 | 111100 | 110010 |
Color Harmonies of #3B32CB
Complementary color
Monochromatic Colors of #3B32CB
Black with #3B32CB
Text Example
Text Example
White with #3B32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B32CB; }
p { color: rgb(59,50,203); }
H1.HeaderClassName
{
color: #3B32CB;
}
.AnyTagClassName
{
color: #3B32CB;
}
</style>
background-color css
<style>
a { background-color: #3B32CB; }
a { background-color: rgb(59,50,203); }
div.DivClassName
{
background-color: #3B32CB;
}
.BgClassName
{
background-color: #3B32CB;
}
</style>
border-color css
<style>
span { border-color: #3B32CB; }
span { border-color: rgb(59,50,203); }
td.TdClassName
{
border-color: #3B32CB;
}
.TagClassName
{
border-color: #3B32CB;
}
</style>