Shades of Free Speech Blue #3C50BC
Tints of Free Speech Blue #3C50BC
RGB
CMYK
RGB Variations
Color information
#3C50BC (or 0x3C50BC) is known color: Free Speech Blue. HEX triplet: 3C, 50 and BC. RGB value is (60,80,188). Sum of RGB (Red+Green+Blue) = 60+80+188=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C50BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C50BC is #C3AF43. Grayscale: #555555. Windows color (decimal): -12824388 or 12341308. OLE color: 12341308.
HSL color Cylindrical-coordinate representation of color #3C50BC: hue angle of 230.62º 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 #3C50BC is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 80 | 188 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.26 |
| HSL | 230.63º | 0.52% | 0.49% | - |
| HSV(B) | 230.63º | 0.68% | 0.74% | - |
| XYZ | 13.81 | 10.33 | 48.84 | - |
| YUV | 86.33 | 185.37 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 188 | 0.68 | 0.57 | 0 | 0.26 | 230.63 | 0.52 | 0.49 |
| Hex | 3C | 50 | BC | 44 | 39 | 0 | 1A | E7 | 34 | 31 |
| Octal | 74 | 120 | 274 | 104 | 71 | 0 | 32 | 347 | 64 | 61 |
| Binary | 111100 | 1010000 | 10111100 | 1000100 | 111001 | 0 | 11010 | 11100111 | 110100 | 110001 |
Color Harmonies of #3C50BC
Complementary color
Monochromatic Colors of #3C50BC
Black with #3C50BC
Text Example
Text Example
White with #3C50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C50BC; }
p { color: rgb(60,80,188); }
H1.HeaderClassName
{
color: #3C50BC;
}
.AnyTagClassName
{
color: #3C50BC;
}
</style>
background-color css
<style>
a { background-color: #3C50BC; }
a { background-color: rgb(60,80,188); }
div.DivClassName
{
background-color: #3C50BC;
}
.BgClassName
{
background-color: #3C50BC;
}
</style>
border-color css
<style>
span { border-color: #3C50BC; }
span { border-color: rgb(60,80,188); }
td.TdClassName
{
border-color: #3C50BC;
}
.TagClassName
{
border-color: #3C50BC;
}
</style>