Shades of Persian Blue #3C35BC
Tints of Persian Blue #3C35BC
RGB
CMYK
RGB Variations
Color information
#3C35BC (or 0x3C35BC) is known color: Persian Blue. HEX triplet: 3C, 35 and BC. RGB value is (60,53,188). Sum of RGB (Red+Green+Blue) = 60+53+188=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C35BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C35BC is #C3CA43. Grayscale: #454545. Windows color (decimal): -12831300 or 12334396. OLE color: 12334396.
HSL color Cylindrical-coordinate representation of color #3C35BC: hue angle of 243.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C35BC is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 53 | 188 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.26 |
| HSL | 243.11º | 0.56% | 0.47% | - |
| HSV(B) | 243.11º | 0.72% | 0.74% | - |
| XYZ | 12.21 | 7.14 | 48.31 | - |
| YUV | 70.48 | 194.32 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 188 | 0.68 | 0.72 | 0 | 0.26 | 243.11 | 0.56 | 0.47 |
| Hex | 3C | 35 | BC | 44 | 48 | 0 | 1A | F3 | 38 | 2F |
| Octal | 74 | 65 | 274 | 104 | 110 | 0 | 32 | 363 | 70 | 57 |
| Binary | 111100 | 110101 | 10111100 | 1000100 | 1001000 | 0 | 11010 | 11110011 | 111000 | 101111 |
Color Harmonies of #3C35BC
Complementary color
Monochromatic Colors of #3C35BC
Black with #3C35BC
Text Example
Text Example
White with #3C35BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C35BC; }
p { color: rgb(60,53,188); }
H1.HeaderClassName
{
color: #3C35BC;
}
.AnyTagClassName
{
color: #3C35BC;
}
</style>
background-color css
<style>
a { background-color: #3C35BC; }
a { background-color: rgb(60,53,188); }
div.DivClassName
{
background-color: #3C35BC;
}
.BgClassName
{
background-color: #3C35BC;
}
</style>
border-color css
<style>
span { border-color: #3C35BC; }
span { border-color: rgb(60,53,188); }
td.TdClassName
{
border-color: #3C35BC;
}
.TagClassName
{
border-color: #3C35BC;
}
</style>