Shades of Free Speech Blue #3C51AE
Tints of Free Speech Blue #3C51AE
RGB
CMYK
RGB Variations
Color information
#3C51AE (or 0x3C51AE) is known color: Free Speech Blue. HEX triplet: 3C, 51 and AE. RGB value is (60,81,174). Sum of RGB (Red+Green+Blue) = 60+81+174=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C51AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C51AE is #C3AE51. Grayscale: #545454. Windows color (decimal): -12824146 or 11424060. OLE color: 11424060.
HSL color Cylindrical-coordinate representation of color #3C51AE: hue angle of 228.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C51AE is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 81 | 174 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.32 |
| HSL | 228.95º | 0.49% | 0.46% | - |
| HSV(B) | 228.95º | 0.66% | 0.68% | - |
| XYZ | 12.45 | 9.9 | 41.3 | - |
| YUV | 85.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 174 | 0.66 | 0.53 | 0 | 0.32 | 228.95 | 0.49 | 0.46 |
| Hex | 3C | 51 | AE | 42 | 35 | 0 | 20 | E5 | 31 | 2E |
| Octal | 74 | 121 | 256 | 102 | 65 | 0 | 40 | 345 | 61 | 56 |
| Binary | 111100 | 1010001 | 10101110 | 1000010 | 110101 | 0 | 100000 | 11100101 | 110001 | 101110 |
Color Harmonies of #3C51AE
Complementary color
Monochromatic Colors of #3C51AE
Black with #3C51AE
Text Example
Text Example
White with #3C51AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C51AE; }
p { color: rgb(60,81,174); }
H1.HeaderClassName
{
color: #3C51AE;
}
.AnyTagClassName
{
color: #3C51AE;
}
</style>
background-color css
<style>
a { background-color: #3C51AE; }
a { background-color: rgb(60,81,174); }
div.DivClassName
{
background-color: #3C51AE;
}
.BgClassName
{
background-color: #3C51AE;
}
</style>
border-color css
<style>
span { border-color: #3C51AE; }
span { border-color: rgb(60,81,174); }
td.TdClassName
{
border-color: #3C51AE;
}
.TagClassName
{
border-color: #3C51AE;
}
</style>