Shades of Free Speech Blue #3C3ADC
Tints of Free Speech Blue #3C3ADC
RGB
CMYK
RGB Variations
Color information
#3C3ADC (or 0x3C3ADC) is known color: Free Speech Blue. HEX triplet: 3C, 3A and DC. RGB value is (60,58,220). Sum of RGB (Red+Green+Blue) = 60+58+220=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C3ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3ADC is #C3C523. Grayscale: #4C4C4C. Windows color (decimal): -12829988 or 14432828. OLE color: 14432828.
HSL color Cylindrical-coordinate representation of color #3C3ADC: hue angle of 240.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C3ADC is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 58 | 220 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.14 |
| HSL | 240.74º | 0.7% | 0.55% | - |
| HSV(B) | 240.74º | 0.74% | 0.86% | - |
| XYZ | 16.29 | 9.15 | 68.62 | - |
| YUV | 77.07 | 208.66 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 220 | 0.73 | 0.74 | 0 | 0.14 | 240.74 | 0.7 | 0.55 |
| Hex | 3C | 3A | DC | 49 | 4A | 0 | E | F1 | 46 | 37 |
| Octal | 74 | 72 | 334 | 111 | 112 | 0 | 16 | 361 | 106 | 67 |
| Binary | 111100 | 111010 | 11011100 | 1001001 | 1001010 | 0 | 1110 | 11110001 | 1000110 | 110111 |
Color Harmonies of #3C3ADC
Complementary color
Monochromatic Colors of #3C3ADC
Black with #3C3ADC
Text Example
Text Example
White with #3C3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3ADC; }
p { color: rgb(60,58,220); }
H1.HeaderClassName
{
color: #3C3ADC;
}
.AnyTagClassName
{
color: #3C3ADC;
}
</style>
background-color css
<style>
a { background-color: #3C3ADC; }
a { background-color: rgb(60,58,220); }
div.DivClassName
{
background-color: #3C3ADC;
}
.BgClassName
{
background-color: #3C3ADC;
}
</style>
border-color css
<style>
span { border-color: #3C3ADC; }
span { border-color: rgb(60,58,220); }
td.TdClassName
{
border-color: #3C3ADC;
}
.TagClassName
{
border-color: #3C3ADC;
}
</style>