Shades of Persian Blue #3A2CBC
Tints of Persian Blue #3A2CBC
RGB
CMYK
RGB Variations
Color information
#3A2CBC (or 0x3A2CBC) is known color: Persian Blue. HEX triplet: 3A, 2C and BC. RGB value is (58,44,188). Sum of RGB (Red+Green+Blue) = 58+44+188=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A2CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2CBC is #C5D343. Grayscale: #404040. Windows color (decimal): -12964676 or 12332090. OLE color: 12332090.
HSL color Cylindrical-coordinate representation of color #3A2CBC: hue angle of 245.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A2CBC is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 44 | 188 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.26 |
| HSL | 245.83º | 0.62% | 0.45% | - |
| HSV(B) | 245.83º | 0.77% | 0.74% | - |
| XYZ | 11.72 | 6.33 | 48.18 | - |
| YUV | 64.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 188 | 0.69 | 0.77 | 0 | 0.26 | 245.83 | 0.62 | 0.45 |
| Hex | 3A | 2C | BC | 45 | 4D | 0 | 1A | F6 | 3E | 2D |
| Octal | 72 | 54 | 274 | 105 | 115 | 0 | 32 | 366 | 76 | 55 |
| Binary | 111010 | 101100 | 10111100 | 1000101 | 1001101 | 0 | 11010 | 11110110 | 111110 | 101101 |
Color Harmonies of #3A2CBC
Complementary color
Monochromatic Colors of #3A2CBC
Black with #3A2CBC
Text Example
Text Example
White with #3A2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2CBC; }
p { color: rgb(58,44,188); }
H1.HeaderClassName
{
color: #3A2CBC;
}
.AnyTagClassName
{
color: #3A2CBC;
}
</style>
background-color css
<style>
a { background-color: #3A2CBC; }
a { background-color: rgb(58,44,188); }
div.DivClassName
{
background-color: #3A2CBC;
}
.BgClassName
{
background-color: #3A2CBC;
}
</style>
border-color css
<style>
span { border-color: #3A2CBC; }
span { border-color: rgb(58,44,188); }
td.TdClassName
{
border-color: #3A2CBC;
}
.TagClassName
{
border-color: #3A2CBC;
}
</style>