Shades of Free Speech Blue #3C50DF
Tints of Free Speech Blue #3C50DF
RGB
CMYK
RGB Variations
Color information
#3C50DF (or 0x3C50DF) is known color: Free Speech Blue. HEX triplet: 3C, 50 and DF. RGB value is (60,80,223). Sum of RGB (Red+Green+Blue) = 60+80+223=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C50DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C50DF is #C3AF20. Grayscale: #595959. Windows color (decimal): -12824353 or 14635068. OLE color: 14635068.
HSL color Cylindrical-coordinate representation of color #3C50DF: hue angle of 232.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C50DF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 80 | 223 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.13 |
| HSL | 232.64º | 0.72% | 0.55% | - |
| HSV(B) | 232.64º | 0.73% | 0.87% | - |
| XYZ | 18.05 | 12.03 | 71.18 | - |
| YUV | 90.32 | 202.87 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 223 | 0.73 | 0.64 | 0 | 0.13 | 232.64 | 0.72 | 0.55 |
| Hex | 3C | 50 | DF | 49 | 40 | 0 | D | E9 | 48 | 37 |
| Octal | 74 | 120 | 337 | 111 | 100 | 0 | 15 | 351 | 110 | 67 |
| Binary | 111100 | 1010000 | 11011111 | 1001001 | 1000000 | 0 | 1101 | 11101001 | 1001000 | 110111 |
Color Harmonies of #3C50DF
Complementary color
Monochromatic Colors of #3C50DF
Black with #3C50DF
Text Example
Text Example
White with #3C50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C50DF; }
p { color: rgb(60,80,223); }
H1.HeaderClassName
{
color: #3C50DF;
}
.AnyTagClassName
{
color: #3C50DF;
}
</style>
background-color css
<style>
a { background-color: #3C50DF; }
a { background-color: rgb(60,80,223); }
div.DivClassName
{
background-color: #3C50DF;
}
.BgClassName
{
background-color: #3C50DF;
}
</style>
border-color css
<style>
span { border-color: #3C50DF; }
span { border-color: rgb(60,80,223); }
td.TdClassName
{
border-color: #3C50DF;
}
.TagClassName
{
border-color: #3C50DF;
}
</style>