Shades of Persian Blue #3B2FBC
Tints of Persian Blue #3B2FBC
RGB
CMYK
RGB Variations
Color information
#3B2FBC (or 0x3B2FBC) is known color: Persian Blue. HEX triplet: 3B, 2F and BC. RGB value is (59,47,188). Sum of RGB (Red+Green+Blue) = 59+47+188=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B2FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2FBC is #C4D043. Grayscale: #424242. Windows color (decimal): -12898372 or 12332859. OLE color: 12332859.
HSL color Cylindrical-coordinate representation of color #3B2FBC: hue angle of 245.11º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B2FBC is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 47 | 188 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.26 |
| HSL | 245.11º | 0.6% | 0.46% | - |
| HSV(B) | 245.11º | 0.75% | 0.74% | - |
| XYZ | 11.9 | 6.59 | 48.22 | - |
| YUV | 66.66 | 196.48 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 188 | 0.69 | 0.75 | 0 | 0.26 | 245.11 | 0.6 | 0.46 |
| Hex | 3B | 2F | BC | 45 | 4B | 0 | 1A | F5 | 3C | 2E |
| Octal | 73 | 57 | 274 | 105 | 113 | 0 | 32 | 365 | 74 | 56 |
| Binary | 111011 | 101111 | 10111100 | 1000101 | 1001011 | 0 | 11010 | 11110101 | 111100 | 101110 |
Color Harmonies of #3B2FBC
Complementary color
Monochromatic Colors of #3B2FBC
Black with #3B2FBC
Text Example
Text Example
White with #3B2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2FBC; }
p { color: rgb(59,47,188); }
H1.HeaderClassName
{
color: #3B2FBC;
}
.AnyTagClassName
{
color: #3B2FBC;
}
</style>
background-color css
<style>
a { background-color: #3B2FBC; }
a { background-color: rgb(59,47,188); }
div.DivClassName
{
background-color: #3B2FBC;
}
.BgClassName
{
background-color: #3B2FBC;
}
</style>
border-color css
<style>
span { border-color: #3B2FBC; }
span { border-color: rgb(59,47,188); }
td.TdClassName
{
border-color: #3B2FBC;
}
.TagClassName
{
border-color: #3B2FBC;
}
</style>