Shades of Persian Blue #3C2CD0
Tints of Persian Blue #3C2CD0
RGB
CMYK
RGB Variations
Color information
#3C2CD0 (or 0x3C2CD0) is known color: Persian Blue. HEX triplet: 3C, 2C and D0. RGB value is (60,44,208). Sum of RGB (Red+Green+Blue) = 60+44+208=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 208 (81.64% from 255 or 66.67% from 312); Max value from RGB is 208 - color contains mainly: blue. Hex color #3C2CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CD0 is #C3D32F. Grayscale: #424242. Windows color (decimal): -12833584 or 13642812. OLE color: 13642812.
HSL color Cylindrical-coordinate representation of color #3C2CD0: hue angle of 245.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C2CD0 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 44 | 208 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.18 |
| HSL | 245.85º | 0.65% | 0.49% | - |
| HSV(B) | 245.85º | 0.79% | 0.82% | - |
| XYZ | 14.15 | 7.32 | 60.34 | - |
| YUV | 67.48 | 207.3 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 208 | 0.71 | 0.79 | 0 | 0.18 | 245.85 | 0.65 | 0.49 |
| Hex | 3C | 2C | D0 | 47 | 4F | 0 | 12 | F6 | 41 | 31 |
| Octal | 74 | 54 | 320 | 107 | 117 | 0 | 22 | 366 | 101 | 61 |
| Binary | 111100 | 101100 | 11010000 | 1000111 | 1001111 | 0 | 10010 | 11110110 | 1000001 | 110001 |
Color Harmonies of #3C2CD0
Complementary color
Monochromatic Colors of #3C2CD0
Black with #3C2CD0
Text Example
Text Example
White with #3C2CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2CD0; }
p { color: rgb(60,44,208); }
H1.HeaderClassName
{
color: #3C2CD0;
}
.AnyTagClassName
{
color: #3C2CD0;
}
</style>
background-color css
<style>
a { background-color: #3C2CD0; }
a { background-color: rgb(60,44,208); }
div.DivClassName
{
background-color: #3C2CD0;
}
.BgClassName
{
background-color: #3C2CD0;
}
</style>
border-color css
<style>
span { border-color: #3C2CD0; }
span { border-color: rgb(60,44,208); }
td.TdClassName
{
border-color: #3C2CD0;
}
.TagClassName
{
border-color: #3C2CD0;
}
</style>