Shades of Persian Blue #3C2CBC
Tints of Persian Blue #3C2CBC
RGB
CMYK
RGB Variations
Color information
#3C2CBC (or 0x3C2CBC) is known color: Persian Blue. HEX triplet: 3C, 2C and BC. RGB value is (60,44,188). Sum of RGB (Red+Green+Blue) = 60+44+188=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C2CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CBC is #C3D343. Grayscale: #404040. Windows color (decimal): -12833604 or 12332092. OLE color: 12332092.
HSL color Cylindrical-coordinate representation of color #3C2CBC: hue angle of 246.67º 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 #3C2CBC is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 44 | 188 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.26 |
| HSL | 246.67º | 0.62% | 0.45% | - |
| HSV(B) | 246.67º | 0.77% | 0.74% | - |
| XYZ | 11.84 | 6.39 | 48.19 | - |
| YUV | 65.2 | 197.3 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 188 | 0.68 | 0.77 | 0 | 0.26 | 246.67 | 0.62 | 0.45 |
| Hex | 3C | 2C | BC | 44 | 4D | 0 | 1A | F7 | 3E | 2D |
| Octal | 74 | 54 | 274 | 104 | 115 | 0 | 32 | 367 | 76 | 55 |
| Binary | 111100 | 101100 | 10111100 | 1000100 | 1001101 | 0 | 11010 | 11110111 | 111110 | 101101 |
Color Harmonies of #3C2CBC
Complementary color
Monochromatic Colors of #3C2CBC
Black with #3C2CBC
Text Example
Text Example
White with #3C2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2CBC; }
p { color: rgb(60,44,188); }
H1.HeaderClassName
{
color: #3C2CBC;
}
.AnyTagClassName
{
color: #3C2CBC;
}
</style>
background-color css
<style>
a { background-color: #3C2CBC; }
a { background-color: rgb(60,44,188); }
div.DivClassName
{
background-color: #3C2CBC;
}
.BgClassName
{
background-color: #3C2CBC;
}
</style>
border-color css
<style>
span { border-color: #3C2CBC; }
span { border-color: rgb(60,44,188); }
td.TdClassName
{
border-color: #3C2CBC;
}
.TagClassName
{
border-color: #3C2CBC;
}
</style>