Shades of Free Speech Blue #3C4ADC
Tints of Free Speech Blue #3C4ADC
RGB
CMYK
RGB Variations
Color information
#3C4ADC (or 0x3C4ADC) is known color: Free Speech Blue. HEX triplet: 3C, 4A and DC. RGB value is (60,74,220). Sum of RGB (Red+Green+Blue) = 60+74+220=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C4ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4ADC is #C3B523. Grayscale: #555555. Windows color (decimal): -12825892 or 14436924. OLE color: 14436924.
HSL color Cylindrical-coordinate representation of color #3C4ADC: hue angle of 234.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C4ADC is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 74 | 220 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.14 |
| HSL | 234.75º | 0.7% | 0.55% | - |
| HSV(B) | 234.75º | 0.73% | 0.86% | - |
| XYZ | 17.23 | 11.03 | 68.93 | - |
| YUV | 86.46 | 203.36 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 220 | 0.73 | 0.66 | 0 | 0.14 | 234.75 | 0.7 | 0.55 |
| Hex | 3C | 4A | DC | 49 | 42 | 0 | E | EB | 46 | 37 |
| Octal | 74 | 112 | 334 | 111 | 102 | 0 | 16 | 353 | 106 | 67 |
| Binary | 111100 | 1001010 | 11011100 | 1001001 | 1000010 | 0 | 1110 | 11101011 | 1000110 | 110111 |
Color Harmonies of #3C4ADC
Complementary color
Monochromatic Colors of #3C4ADC
Black with #3C4ADC
Text Example
Text Example
White with #3C4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4ADC; }
p { color: rgb(60,74,220); }
H1.HeaderClassName
{
color: #3C4ADC;
}
.AnyTagClassName
{
color: #3C4ADC;
}
</style>
background-color css
<style>
a { background-color: #3C4ADC; }
a { background-color: rgb(60,74,220); }
div.DivClassName
{
background-color: #3C4ADC;
}
.BgClassName
{
background-color: #3C4ADC;
}
</style>
border-color css
<style>
span { border-color: #3C4ADC; }
span { border-color: rgb(60,74,220); }
td.TdClassName
{
border-color: #3C4ADC;
}
.TagClassName
{
border-color: #3C4ADC;
}
</style>