Shades of Free Speech Blue #3C51AF
Tints of Free Speech Blue #3C51AF
RGB
CMYK
RGB Variations
Color information
#3C51AF (or 0x3C51AF) is known color: Free Speech Blue. HEX triplet: 3C, 51 and AF. RGB value is (60,81,175). Sum of RGB (Red+Green+Blue) = 60+81+175=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C51AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C51AF is #C3AE50. Grayscale: #555555. Windows color (decimal): -12824145 or 11489596. OLE color: 11489596.
HSL color Cylindrical-coordinate representation of color #3C51AF: hue angle of 229.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C51AF is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 81 | 175 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.31 |
| HSL | 229.04º | 0.49% | 0.46% | - |
| HSV(B) | 229.04º | 0.66% | 0.69% | - |
| XYZ | 12.54 | 9.94 | 41.82 | - |
| YUV | 85.44 | 178.54 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 175 | 0.66 | 0.54 | 0 | 0.31 | 229.04 | 0.49 | 0.46 |
| Hex | 3C | 51 | AF | 42 | 36 | 0 | 1F | E5 | 31 | 2E |
| Octal | 74 | 121 | 257 | 102 | 66 | 0 | 37 | 345 | 61 | 56 |
| Binary | 111100 | 1010001 | 10101111 | 1000010 | 110110 | 0 | 11111 | 11100101 | 110001 | 101110 |
Color Harmonies of #3C51AF
Complementary color
Monochromatic Colors of #3C51AF
Black with #3C51AF
Text Example
Text Example
White with #3C51AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C51AF; }
p { color: rgb(60,81,175); }
H1.HeaderClassName
{
color: #3C51AF;
}
.AnyTagClassName
{
color: #3C51AF;
}
</style>
background-color css
<style>
a { background-color: #3C51AF; }
a { background-color: rgb(60,81,175); }
div.DivClassName
{
background-color: #3C51AF;
}
.BgClassName
{
background-color: #3C51AF;
}
</style>
border-color css
<style>
span { border-color: #3C51AF; }
span { border-color: rgb(60,81,175); }
td.TdClassName
{
border-color: #3C51AF;
}
.TagClassName
{
border-color: #3C51AF;
}
</style>