Shades of Free Speech Blue #3C4DAE
Tints of Free Speech Blue #3C4DAE
RGB
CMYK
RGB Variations
Color information
#3C4DAE (or 0x3C4DAE) is known color: Free Speech Blue. HEX triplet: 3C, 4D and AE. RGB value is (60,77,174). Sum of RGB (Red+Green+Blue) = 60+77+174=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C4DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4DAE is #C3B251. Grayscale: #525252. Windows color (decimal): -12825170 or 11423036. OLE color: 11423036.
HSL color Cylindrical-coordinate representation of color #3C4DAE: hue angle of 231.05º 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 #3C4DAE is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 77 | 174 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.32 |
| HSL | 231.05º | 0.49% | 0.46% | - |
| HSV(B) | 231.05º | 0.66% | 0.68% | - |
| XYZ | 12.16 | 9.32 | 41.2 | - |
| YUV | 82.98 | 179.37 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 174 | 0.66 | 0.56 | 0 | 0.32 | 231.05 | 0.49 | 0.46 |
| Hex | 3C | 4D | AE | 42 | 38 | 0 | 20 | E7 | 31 | 2E |
| Octal | 74 | 115 | 256 | 102 | 70 | 0 | 40 | 347 | 61 | 56 |
| Binary | 111100 | 1001101 | 10101110 | 1000010 | 111000 | 0 | 100000 | 11100111 | 110001 | 101110 |
Color Harmonies of #3C4DAE
Complementary color
Monochromatic Colors of #3C4DAE
Black with #3C4DAE
Text Example
Text Example
White with #3C4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4DAE; }
p { color: rgb(60,77,174); }
H1.HeaderClassName
{
color: #3C4DAE;
}
.AnyTagClassName
{
color: #3C4DAE;
}
</style>
background-color css
<style>
a { background-color: #3C4DAE; }
a { background-color: rgb(60,77,174); }
div.DivClassName
{
background-color: #3C4DAE;
}
.BgClassName
{
background-color: #3C4DAE;
}
</style>
border-color css
<style>
span { border-color: #3C4DAE; }
span { border-color: rgb(60,77,174); }
td.TdClassName
{
border-color: #3C4DAE;
}
.TagClassName
{
border-color: #3C4DAE;
}
</style>