Shades of Free Speech Blue #3C50B0
Tints of Free Speech Blue #3C50B0
RGB
CMYK
RGB Variations
Color information
#3C50B0 (or 0x3C50B0) is known color: Free Speech Blue. HEX triplet: 3C, 50 and B0. RGB value is (60,80,176). Sum of RGB (Red+Green+Blue) = 60+80+176=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 176 (69.14% from 255 or 55.70% from 316); Max value from RGB is 176 - color contains mainly: blue. Hex color #3C50B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C50B0 is #C3AF4F. Grayscale: #545454. Windows color (decimal): -12824400 or 11554876. OLE color: 11554876.
HSL color Cylindrical-coordinate representation of color #3C50B0: hue angle of 229.66º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C50B0 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 80 | 176 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.31 |
| HSL | 229.66º | 0.49% | 0.46% | - |
| HSV(B) | 229.66º | 0.66% | 0.69% | - |
| XYZ | 12.57 | 9.83 | 42.31 | - |
| YUV | 84.96 | 179.37 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 176 | 0.66 | 0.55 | 0 | 0.31 | 229.66 | 0.49 | 0.46 |
| Hex | 3C | 50 | B0 | 42 | 37 | 0 | 1F | E6 | 31 | 2E |
| Octal | 74 | 120 | 260 | 102 | 67 | 0 | 37 | 346 | 61 | 56 |
| Binary | 111100 | 1010000 | 10110000 | 1000010 | 110111 | 0 | 11111 | 11100110 | 110001 | 101110 |
Color Harmonies of #3C50B0
Complementary color
Monochromatic Colors of #3C50B0
Black with #3C50B0
Text Example
Text Example
White with #3C50B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C50B0; }
p { color: rgb(60,80,176); }
H1.HeaderClassName
{
color: #3C50B0;
}
.AnyTagClassName
{
color: #3C50B0;
}
</style>
background-color css
<style>
a { background-color: #3C50B0; }
a { background-color: rgb(60,80,176); }
div.DivClassName
{
background-color: #3C50B0;
}
.BgClassName
{
background-color: #3C50B0;
}
</style>
border-color css
<style>
span { border-color: #3C50B0; }
span { border-color: rgb(60,80,176); }
td.TdClassName
{
border-color: #3C50B0;
}
.TagClassName
{
border-color: #3C50B0;
}
</style>