Shades of Free Speech Blue #3C49AE
Tints of Free Speech Blue #3C49AE
RGB
CMYK
RGB Variations
Color information
#3C49AE (or 0x3C49AE) is known color: Free Speech Blue. HEX triplet: 3C, 49 and AE. RGB value is (60,73,174). Sum of RGB (Red+Green+Blue) = 60+73+174=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C49AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C49AE is #C3B651. Grayscale: #505050. Windows color (decimal): -12826194 or 11422012. OLE color: 11422012.
HSL color Cylindrical-coordinate representation of color #3C49AE: hue angle of 233.16º 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 #3C49AE is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 73 | 174 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.32 |
| HSL | 233.16º | 0.49% | 0.46% | - |
| HSV(B) | 233.16º | 0.66% | 0.68% | - |
| XYZ | 11.89 | 8.78 | 41.11 | - |
| YUV | 80.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 174 | 0.66 | 0.58 | 0 | 0.32 | 233.16 | 0.49 | 0.46 |
| Hex | 3C | 49 | AE | 42 | 3A | 0 | 20 | E9 | 31 | 2E |
| Octal | 74 | 111 | 256 | 102 | 72 | 0 | 40 | 351 | 61 | 56 |
| Binary | 111100 | 1001001 | 10101110 | 1000010 | 111010 | 0 | 100000 | 11101001 | 110001 | 101110 |
Color Harmonies of #3C49AE
Complementary color
Monochromatic Colors of #3C49AE
Black with #3C49AE
Text Example
Text Example
White with #3C49AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C49AE; }
p { color: rgb(60,73,174); }
H1.HeaderClassName
{
color: #3C49AE;
}
.AnyTagClassName
{
color: #3C49AE;
}
</style>
background-color css
<style>
a { background-color: #3C49AE; }
a { background-color: rgb(60,73,174); }
div.DivClassName
{
background-color: #3C49AE;
}
.BgClassName
{
background-color: #3C49AE;
}
</style>
border-color css
<style>
span { border-color: #3C49AE; }
span { border-color: rgb(60,73,174); }
td.TdClassName
{
border-color: #3C49AE;
}
.TagClassName
{
border-color: #3C49AE;
}
</style>