Shades of Persian Blue #3B2CBA
Tints of Persian Blue #3B2CBA
RGB
CMYK
RGB Variations
Color information
#3B2CBA (or 0x3B2CBA) is known color: Persian Blue. HEX triplet: 3B, 2C and BA. RGB value is (59,44,186). Sum of RGB (Red+Green+Blue) = 59+44+186=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B2CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2CBA is #C4D345. Grayscale: #404040. Windows color (decimal): -12899142 or 12201019. OLE color: 12201019.
HSL color Cylindrical-coordinate representation of color #3B2CBA: hue angle of 246.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B2CBA is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 44 | 186 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.27 |
| HSL | 246.34º | 0.62% | 0.45% | - |
| HSV(B) | 246.34º | 0.76% | 0.73% | - |
| XYZ | 11.57 | 6.28 | 47.06 | - |
| YUV | 64.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 186 | 0.68 | 0.76 | 0 | 0.27 | 246.34 | 0.62 | 0.45 |
| Hex | 3B | 2C | BA | 44 | 4C | 0 | 1B | F6 | 3E | 2D |
| Octal | 73 | 54 | 272 | 104 | 114 | 0 | 33 | 366 | 76 | 55 |
| Binary | 111011 | 101100 | 10111010 | 1000100 | 1001100 | 0 | 11011 | 11110110 | 111110 | 101101 |
Color Harmonies of #3B2CBA
Complementary color
Monochromatic Colors of #3B2CBA
Black with #3B2CBA
Text Example
Text Example
White with #3B2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2CBA; }
p { color: rgb(59,44,186); }
H1.HeaderClassName
{
color: #3B2CBA;
}
.AnyTagClassName
{
color: #3B2CBA;
}
</style>
background-color css
<style>
a { background-color: #3B2CBA; }
a { background-color: rgb(59,44,186); }
div.DivClassName
{
background-color: #3B2CBA;
}
.BgClassName
{
background-color: #3B2CBA;
}
</style>
border-color css
<style>
span { border-color: #3B2CBA; }
span { border-color: rgb(59,44,186); }
td.TdClassName
{
border-color: #3B2CBA;
}
.TagClassName
{
border-color: #3B2CBA;
}
</style>