Shades of Persian Blue #3C2EBE
Tints of Persian Blue #3C2EBE
RGB
CMYK
RGB Variations
Color information
#3C2EBE (or 0x3C2EBE) is known color: Persian Blue. HEX triplet: 3C, 2E and BE. RGB value is (60,46,190). Sum of RGB (Red+Green+Blue) = 60+46+190=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C2EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2EBE is #C3D141. Grayscale: #424242. Windows color (decimal): -12833090 or 12463676. OLE color: 12463676.
HSL color Cylindrical-coordinate representation of color #3C2EBE: hue angle of 245.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C2EBE is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 46 | 190 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.25 |
| HSL | 245.83º | 0.61% | 0.46% | - |
| HSV(B) | 245.83º | 0.76% | 0.75% | - |
| XYZ | 12.13 | 6.63 | 49.36 | - |
| YUV | 66.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 190 | 0.68 | 0.76 | 0 | 0.25 | 245.83 | 0.61 | 0.46 |
| Hex | 3C | 2E | BE | 44 | 4C | 0 | 19 | F6 | 3D | 2E |
| Octal | 74 | 56 | 276 | 104 | 114 | 0 | 31 | 366 | 75 | 56 |
| Binary | 111100 | 101110 | 10111110 | 1000100 | 1001100 | 0 | 11001 | 11110110 | 111101 | 101110 |
Color Harmonies of #3C2EBE
Complementary color
Monochromatic Colors of #3C2EBE
Black with #3C2EBE
Text Example
Text Example
White with #3C2EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2EBE; }
p { color: rgb(60,46,190); }
H1.HeaderClassName
{
color: #3C2EBE;
}
.AnyTagClassName
{
color: #3C2EBE;
}
</style>
background-color css
<style>
a { background-color: #3C2EBE; }
a { background-color: rgb(60,46,190); }
div.DivClassName
{
background-color: #3C2EBE;
}
.BgClassName
{
background-color: #3C2EBE;
}
</style>
border-color css
<style>
span { border-color: #3C2EBE; }
span { border-color: rgb(60,46,190); }
td.TdClassName
{
border-color: #3C2EBE;
}
.TagClassName
{
border-color: #3C2EBE;
}
</style>