Shades of Free Speech Blue #3C5EBC
Tints of Free Speech Blue #3C5EBC
RGB
CMYK
RGB Variations
Color information
#3C5EBC (or 0x3C5EBC) is known color: Free Speech Blue. HEX triplet: 3C, 5E and BC. RGB value is (60,94,188). Sum of RGB (Red+Green+Blue) = 60+94+188=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5EBC is #C3A143. Grayscale: #5E5E5E. Windows color (decimal): -12820804 or 12344892. OLE color: 12344892.
HSL color Cylindrical-coordinate representation of color #3C5EBC: hue angle of 224.06º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C5EBC is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 94 | 188 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.26 |
| HSL | 224.06º | 0.52% | 0.49% | - |
| HSV(B) | 224.06º | 0.68% | 0.74% | - |
| XYZ | 14.94 | 12.6 | 49.22 | - |
| YUV | 94.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 94 | 188 | 0.68 | 0.50 | 0 | 0.26 | 224.06 | 0.52 | 0.49 |
| Hex | 3C | 5E | BC | 44 | 32 | 0 | 1A | E0 | 34 | 31 |
| Octal | 74 | 136 | 274 | 104 | 62 | 0 | 32 | 340 | 64 | 61 |
| Binary | 111100 | 1011110 | 10111100 | 1000100 | 110010 | 0 | 11010 | 11100000 | 110100 | 110001 |
Color Harmonies of #3C5EBC
Complementary color
Monochromatic Colors of #3C5EBC
Black with #3C5EBC
Text Example
Text Example
White with #3C5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5EBC; }
p { color: rgb(60,94,188); }
H1.HeaderClassName
{
color: #3C5EBC;
}
.AnyTagClassName
{
color: #3C5EBC;
}
</style>
background-color css
<style>
a { background-color: #3C5EBC; }
a { background-color: rgb(60,94,188); }
div.DivClassName
{
background-color: #3C5EBC;
}
.BgClassName
{
background-color: #3C5EBC;
}
</style>
border-color css
<style>
span { border-color: #3C5EBC; }
span { border-color: rgb(60,94,188); }
td.TdClassName
{
border-color: #3C5EBC;
}
.TagClassName
{
border-color: #3C5EBC;
}
</style>