Shades of Persian Blue #3B32CC
Tints of Persian Blue #3B32CC
RGB
CMYK
RGB Variations
Color information
#3B32CC (or 0x3B32CC) is known color: Persian Blue. HEX triplet: 3B, 32 and CC. RGB value is (59,50,204). Sum of RGB (Red+Green+Blue) = 59+50+204=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B32CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B32CC is #C4CD33. Grayscale: #454545. Windows color (decimal): -12897588 or 13382203. OLE color: 13382203.
HSL color Cylindrical-coordinate representation of color #3B32CC: hue angle of 243.51º 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 #3B32CC is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 50 | 204 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.2 |
| HSL | 243.51º | 0.61% | 0.5% | - |
| HSV(B) | 243.51º | 0.75% | 0.8% | - |
| XYZ | 13.84 | 7.57 | 57.86 | - |
| YUV | 70.25 | 203.48 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 204 | 0.71 | 0.75 | 0 | 0.2 | 243.51 | 0.61 | 0.5 |
| Hex | 3B | 32 | CC | 47 | 4B | 0 | 14 | F4 | 3D | 32 |
| Octal | 73 | 62 | 314 | 107 | 113 | 0 | 24 | 364 | 75 | 62 |
| Binary | 111011 | 110010 | 11001100 | 1000111 | 1001011 | 0 | 10100 | 11110100 | 111101 | 110010 |
Color Harmonies of #3B32CC
Complementary color
Monochromatic Colors of #3B32CC
Black with #3B32CC
Text Example
Text Example
White with #3B32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B32CC; }
p { color: rgb(59,50,204); }
H1.HeaderClassName
{
color: #3B32CC;
}
.AnyTagClassName
{
color: #3B32CC;
}
</style>
background-color css
<style>
a { background-color: #3B32CC; }
a { background-color: rgb(59,50,204); }
div.DivClassName
{
background-color: #3B32CC;
}
.BgClassName
{
background-color: #3B32CC;
}
</style>
border-color css
<style>
span { border-color: #3B32CC; }
span { border-color: rgb(59,50,204); }
td.TdClassName
{
border-color: #3B32CC;
}
.TagClassName
{
border-color: #3B32CC;
}
</style>