Shades of Persian Blue #3C2EBA
Tints of Persian Blue #3C2EBA
RGB
CMYK
RGB Variations
Color information
#3C2EBA (or 0x3C2EBA) is known color: Persian Blue. HEX triplet: 3C, 2E and BA. RGB value is (60,46,186). Sum of RGB (Red+Green+Blue) = 60+46+186=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C2EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2EBA is #C3D145. Grayscale: #414141. Windows color (decimal): -12833094 or 12201532. OLE color: 12201532.
HSL color Cylindrical-coordinate representation of color #3C2EBA: hue angle of 246º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2EBA is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 46 | 186 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.27 |
| HSL | 246º | 0.6% | 0.45% | - |
| HSV(B) | 246º | 0.75% | 0.73% | - |
| XYZ | 11.7 | 6.46 | 47.08 | - |
| YUV | 66.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 186 | 0.68 | 0.75 | 0 | 0.27 | 246 | 0.6 | 0.45 |
| Hex | 3C | 2E | BA | 44 | 4B | 0 | 1B | F6 | 3C | 2D |
| Octal | 74 | 56 | 272 | 104 | 113 | 0 | 33 | 366 | 74 | 55 |
| Binary | 111100 | 101110 | 10111010 | 1000100 | 1001011 | 0 | 11011 | 11110110 | 111100 | 101101 |
Color Harmonies of #3C2EBA
Complementary color
Monochromatic Colors of #3C2EBA
Black with #3C2EBA
Text Example
Text Example
White with #3C2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2EBA; }
p { color: rgb(60,46,186); }
H1.HeaderClassName
{
color: #3C2EBA;
}
.AnyTagClassName
{
color: #3C2EBA;
}
</style>
background-color css
<style>
a { background-color: #3C2EBA; }
a { background-color: rgb(60,46,186); }
div.DivClassName
{
background-color: #3C2EBA;
}
.BgClassName
{
background-color: #3C2EBA;
}
</style>
border-color css
<style>
span { border-color: #3C2EBA; }
span { border-color: rgb(60,46,186); }
td.TdClassName
{
border-color: #3C2EBA;
}
.TagClassName
{
border-color: #3C2EBA;
}
</style>