Shades of Persian Blue #3C2EBB
Tints of Persian Blue #3C2EBB
RGB
CMYK
RGB Variations
Color information
#3C2EBB (or 0x3C2EBB) is known color: Persian Blue. HEX triplet: 3C, 2E and BB. RGB value is (60,46,187). Sum of RGB (Red+Green+Blue) = 60+46+187=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C2EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2EBB is #C3D144. Grayscale: #414141. Windows color (decimal): -12833093 or 12267068. OLE color: 12267068.
HSL color Cylindrical-coordinate representation of color #3C2EBB: hue angle of 245.96º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2EBB is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 46 | 187 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.27 |
| HSL | 245.96º | 0.61% | 0.46% | - |
| HSV(B) | 245.96º | 0.75% | 0.73% | - |
| XYZ | 11.81 | 6.5 | 47.65 | - |
| YUV | 66.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 187 | 0.68 | 0.75 | 0 | 0.27 | 245.96 | 0.61 | 0.46 |
| Hex | 3C | 2E | BB | 44 | 4B | 0 | 1B | F6 | 3D | 2E |
| Octal | 74 | 56 | 273 | 104 | 113 | 0 | 33 | 366 | 75 | 56 |
| Binary | 111100 | 101110 | 10111011 | 1000100 | 1001011 | 0 | 11011 | 11110110 | 111101 | 101110 |
Color Harmonies of #3C2EBB
Complementary color
Monochromatic Colors of #3C2EBB
Black with #3C2EBB
Text Example
Text Example
White with #3C2EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2EBB; }
p { color: rgb(60,46,187); }
H1.HeaderClassName
{
color: #3C2EBB;
}
.AnyTagClassName
{
color: #3C2EBB;
}
</style>
background-color css
<style>
a { background-color: #3C2EBB; }
a { background-color: rgb(60,46,187); }
div.DivClassName
{
background-color: #3C2EBB;
}
.BgClassName
{
background-color: #3C2EBB;
}
</style>
border-color css
<style>
span { border-color: #3C2EBB; }
span { border-color: rgb(60,46,187); }
td.TdClassName
{
border-color: #3C2EBB;
}
.TagClassName
{
border-color: #3C2EBB;
}
</style>