Shades of Free Speech Blue #3C51AC
Tints of Free Speech Blue #3C51AC
RGB
CMYK
RGB Variations
Color information
#3C51AC (or 0x3C51AC) is known color: Free Speech Blue. HEX triplet: 3C, 51 and AC. RGB value is (60,81,172). Sum of RGB (Red+Green+Blue) = 60+81+172=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C51AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C51AC is #C3AE53. Grayscale: #545454. Windows color (decimal): -12824148 or 11292988. OLE color: 11292988.
HSL color Cylindrical-coordinate representation of color #3C51AC: hue angle of 228.75º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C51AC is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 81 | 172 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.33 |
| HSL | 228.75º | 0.48% | 0.45% | - |
| HSV(B) | 228.75º | 0.65% | 0.67% | - |
| XYZ | 12.25 | 9.82 | 40.28 | - |
| YUV | 85.1 | 177.04 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 172 | 0.65 | 0.53 | 0 | 0.33 | 228.75 | 0.48 | 0.45 |
| Hex | 3C | 51 | AC | 41 | 35 | 0 | 21 | E5 | 30 | 2D |
| Octal | 74 | 121 | 254 | 101 | 65 | 0 | 41 | 345 | 60 | 55 |
| Binary | 111100 | 1010001 | 10101100 | 1000001 | 110101 | 0 | 100001 | 11100101 | 110000 | 101101 |
Color Harmonies of #3C51AC
Complementary color
Monochromatic Colors of #3C51AC
Black with #3C51AC
Text Example
Text Example
White with #3C51AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C51AC; }
p { color: rgb(60,81,172); }
H1.HeaderClassName
{
color: #3C51AC;
}
.AnyTagClassName
{
color: #3C51AC;
}
</style>
background-color css
<style>
a { background-color: #3C51AC; }
a { background-color: rgb(60,81,172); }
div.DivClassName
{
background-color: #3C51AC;
}
.BgClassName
{
background-color: #3C51AC;
}
</style>
border-color css
<style>
span { border-color: #3C51AC; }
span { border-color: rgb(60,81,172); }
td.TdClassName
{
border-color: #3C51AC;
}
.TagClassName
{
border-color: #3C51AC;
}
</style>