Shades of Persian Blue #3C30CC
Tints of Persian Blue #3C30CC
RGB
CMYK
RGB Variations
Color information
#3C30CC (or 0x3C30CC) is known color: Persian Blue. HEX triplet: 3C, 30 and CC. RGB value is (60,48,204). Sum of RGB (Red+Green+Blue) = 60+48+204=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C30CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C30CC is #C3CF33. Grayscale: #444444. Windows color (decimal): -12832564 or 13381692. OLE color: 13381692.
HSL color Cylindrical-coordinate representation of color #3C30CC: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C30CC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 48 | 204 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.2 |
| HSL | 244.62º | 0.62% | 0.49% | - |
| HSV(B) | 244.62º | 0.76% | 0.8% | - |
| XYZ | 13.82 | 7.43 | 57.83 | - |
| YUV | 69.37 | 203.98 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 204 | 0.71 | 0.76 | 0 | 0.2 | 244.62 | 0.62 | 0.49 |
| Hex | 3C | 30 | CC | 47 | 4C | 0 | 14 | F5 | 3E | 31 |
| Octal | 74 | 60 | 314 | 107 | 114 | 0 | 24 | 365 | 76 | 61 |
| Binary | 111100 | 110000 | 11001100 | 1000111 | 1001100 | 0 | 10100 | 11110101 | 111110 | 110001 |
Color Harmonies of #3C30CC
Complementary color
Monochromatic Colors of #3C30CC
Black with #3C30CC
Text Example
Text Example
White with #3C30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C30CC; }
p { color: rgb(60,48,204); }
H1.HeaderClassName
{
color: #3C30CC;
}
.AnyTagClassName
{
color: #3C30CC;
}
</style>
background-color css
<style>
a { background-color: #3C30CC; }
a { background-color: rgb(60,48,204); }
div.DivClassName
{
background-color: #3C30CC;
}
.BgClassName
{
background-color: #3C30CC;
}
</style>
border-color css
<style>
span { border-color: #3C30CC; }
span { border-color: rgb(60,48,204); }
td.TdClassName
{
border-color: #3C30CC;
}
.TagClassName
{
border-color: #3C30CC;
}
</style>