Shades of Free Speech Blue #3C5FBC
Tints of Free Speech Blue #3C5FBC
RGB
CMYK
RGB Variations
Color information
#3C5FBC (or 0x3C5FBC) is known color: Free Speech Blue. HEX triplet: 3C, 5F and BC. RGB value is (60,95,188). Sum of RGB (Red+Green+Blue) = 60+95+188=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C5FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FBC is #C3A043. Grayscale: #5E5E5E. Windows color (decimal): -12820548 or 12345148. OLE color: 12345148.
HSL color Cylindrical-coordinate representation of color #3C5FBC: hue angle of 223.59º 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 #3C5FBC is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 95 | 188 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.26 |
| HSL | 223.59º | 0.52% | 0.49% | - |
| HSV(B) | 223.59º | 0.68% | 0.74% | - |
| XYZ | 15.03 | 12.78 | 49.25 | - |
| YUV | 95.14 | 180.4 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 188 | 0.68 | 0.49 | 0 | 0.26 | 223.59 | 0.52 | 0.49 |
| Hex | 3C | 5F | BC | 44 | 31 | 0 | 1A | E0 | 34 | 31 |
| Octal | 74 | 137 | 274 | 104 | 61 | 0 | 32 | 340 | 64 | 61 |
| Binary | 111100 | 1011111 | 10111100 | 1000100 | 110001 | 0 | 11010 | 11100000 | 110100 | 110001 |
Color Harmonies of #3C5FBC
Complementary color
Monochromatic Colors of #3C5FBC
Black with #3C5FBC
Text Example
Text Example
White with #3C5FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5FBC; }
p { color: rgb(60,95,188); }
H1.HeaderClassName
{
color: #3C5FBC;
}
.AnyTagClassName
{
color: #3C5FBC;
}
</style>
background-color css
<style>
a { background-color: #3C5FBC; }
a { background-color: rgb(60,95,188); }
div.DivClassName
{
background-color: #3C5FBC;
}
.BgClassName
{
background-color: #3C5FBC;
}
</style>
border-color css
<style>
span { border-color: #3C5FBC; }
span { border-color: rgb(60,95,188); }
td.TdClassName
{
border-color: #3C5FBC;
}
.TagClassName
{
border-color: #3C5FBC;
}
</style>