Shades of Free Speech Blue #3C35DC
Tints of Free Speech Blue #3C35DC
RGB
CMYK
RGB Variations
Color information
#3C35DC (or 0x3C35DC) is known color: Free Speech Blue. HEX triplet: 3C, 35 and DC. RGB value is (60,53,220). Sum of RGB (Red+Green+Blue) = 60+53+220=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C35DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C35DC is #C3CA23. Grayscale: #494949. Windows color (decimal): -12831268 or 14431548. OLE color: 14431548.
HSL color Cylindrical-coordinate representation of color #3C35DC: hue angle of 242.51º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C35DC is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 53 | 220 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.14 |
| HSL | 242.52º | 0.7% | 0.54% | - |
| HSV(B) | 242.52º | 0.76% | 0.86% | - |
| XYZ | 16.05 | 8.67 | 68.54 | - |
| YUV | 74.13 | 210.32 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 220 | 0.73 | 0.76 | 0 | 0.14 | 242.52 | 0.7 | 0.54 |
| Hex | 3C | 35 | DC | 49 | 4C | 0 | E | F3 | 46 | 36 |
| Octal | 74 | 65 | 334 | 111 | 114 | 0 | 16 | 363 | 106 | 66 |
| Binary | 111100 | 110101 | 11011100 | 1001001 | 1001100 | 0 | 1110 | 11110011 | 1000110 | 110110 |
Color Harmonies of #3C35DC
Complementary color
Monochromatic Colors of #3C35DC
Black with #3C35DC
Text Example
Text Example
White with #3C35DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C35DC; }
p { color: rgb(60,53,220); }
H1.HeaderClassName
{
color: #3C35DC;
}
.AnyTagClassName
{
color: #3C35DC;
}
</style>
background-color css
<style>
a { background-color: #3C35DC; }
a { background-color: rgb(60,53,220); }
div.DivClassName
{
background-color: #3C35DC;
}
.BgClassName
{
background-color: #3C35DC;
}
</style>
border-color css
<style>
span { border-color: #3C35DC; }
span { border-color: rgb(60,53,220); }
td.TdClassName
{
border-color: #3C35DC;
}
.TagClassName
{
border-color: #3C35DC;
}
</style>