Shades of Persian Blue #3B32C2
Tints of Persian Blue #3B32C2
RGB
CMYK
RGB Variations
Color information
#3B32C2 (or 0x3B32C2) is known color: Persian Blue. HEX triplet: 3B, 32 and C2. RGB value is (59,50,194). Sum of RGB (Red+Green+Blue) = 59+50+194=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 194 (76.17% from 255 or 64.03% from 303); Max value from RGB is 194 - color contains mainly: blue. Hex color #3B32C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B32C2 is #C4CD3D. Grayscale: #444444. Windows color (decimal): -12897598 or 12726843. OLE color: 12726843.
HSL color Cylindrical-coordinate representation of color #3B32C2: hue angle of 243.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B32C2 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 50 | 194 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.24 |
| HSL | 243.75º | 0.59% | 0.48% | - |
| HSV(B) | 243.75º | 0.74% | 0.76% | - |
| XYZ | 12.68 | 7.11 | 51.74 | - |
| YUV | 69.11 | 198.48 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 194 | 0.70 | 0.74 | 0 | 0.24 | 243.75 | 0.59 | 0.48 |
| Hex | 3B | 32 | C2 | 46 | 4A | 0 | 18 | F4 | 3B | 30 |
| Octal | 73 | 62 | 302 | 106 | 112 | 0 | 30 | 364 | 73 | 60 |
| Binary | 111011 | 110010 | 11000010 | 1000110 | 1001010 | 0 | 11000 | 11110100 | 111011 | 110000 |
Color Harmonies of #3B32C2
Complementary color
Monochromatic Colors of #3B32C2
Black with #3B32C2
Text Example
Text Example
White with #3B32C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B32C2; }
p { color: rgb(59,50,194); }
H1.HeaderClassName
{
color: #3B32C2;
}
.AnyTagClassName
{
color: #3B32C2;
}
</style>
background-color css
<style>
a { background-color: #3B32C2; }
a { background-color: rgb(59,50,194); }
div.DivClassName
{
background-color: #3B32C2;
}
.BgClassName
{
background-color: #3B32C2;
}
</style>
border-color css
<style>
span { border-color: #3B32C2; }
span { border-color: rgb(59,50,194); }
td.TdClassName
{
border-color: #3B32C2;
}
.TagClassName
{
border-color: #3B32C2;
}
</style>