Shades of Persian Blue #3C2DBC
Tints of Persian Blue #3C2DBC
RGB
CMYK
RGB Variations
Color information
#3C2DBC (or 0x3C2DBC) is known color: Persian Blue. HEX triplet: 3C, 2D and BC. RGB value is (60,45,188). Sum of RGB (Red+Green+Blue) = 60+45+188=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C2DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2DBC is #C3D243. Grayscale: #414141. Windows color (decimal): -12833348 or 12332348. OLE color: 12332348.
HSL color Cylindrical-coordinate representation of color #3C2DBC: hue angle of 246.29º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C2DBC is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 45 | 188 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.26 |
| HSL | 246.29º | 0.61% | 0.46% | - |
| HSV(B) | 246.29º | 0.76% | 0.74% | - |
| XYZ | 11.88 | 6.47 | 48.2 | - |
| YUV | 65.79 | 196.97 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 188 | 0.68 | 0.76 | 0 | 0.26 | 246.29 | 0.61 | 0.46 |
| Hex | 3C | 2D | BC | 44 | 4C | 0 | 1A | F6 | 3D | 2E |
| Octal | 74 | 55 | 274 | 104 | 114 | 0 | 32 | 366 | 75 | 56 |
| Binary | 111100 | 101101 | 10111100 | 1000100 | 1001100 | 0 | 11010 | 11110110 | 111101 | 101110 |
Color Harmonies of #3C2DBC
Complementary color
Monochromatic Colors of #3C2DBC
Black with #3C2DBC
Text Example
Text Example
White with #3C2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2DBC; }
p { color: rgb(60,45,188); }
H1.HeaderClassName
{
color: #3C2DBC;
}
.AnyTagClassName
{
color: #3C2DBC;
}
</style>
background-color css
<style>
a { background-color: #3C2DBC; }
a { background-color: rgb(60,45,188); }
div.DivClassName
{
background-color: #3C2DBC;
}
.BgClassName
{
background-color: #3C2DBC;
}
</style>
border-color css
<style>
span { border-color: #3C2DBC; }
span { border-color: rgb(60,45,188); }
td.TdClassName
{
border-color: #3C2DBC;
}
.TagClassName
{
border-color: #3C2DBC;
}
</style>