Shades of Free Speech Blue #3C50AD
Tints of Free Speech Blue #3C50AD
RGB
CMYK
RGB Variations
Color information
#3C50AD (or 0x3C50AD) is known color: Free Speech Blue. HEX triplet: 3C, 50 and AD. RGB value is (60,80,173). Sum of RGB (Red+Green+Blue) = 60+80+173=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C50AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C50AD is #C3AF52. Grayscale: #545454. Windows color (decimal): -12824403 or 11358268. OLE color: 11358268.
HSL color Cylindrical-coordinate representation of color #3C50AD: hue angle of 229.38º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C50AD is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 80 | 173 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.32 |
| HSL | 229.38º | 0.48% | 0.46% | - |
| HSV(B) | 229.38º | 0.65% | 0.68% | - |
| XYZ | 12.27 | 9.72 | 40.76 | - |
| YUV | 84.62 | 177.87 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 173 | 0.65 | 0.54 | 0 | 0.32 | 229.38 | 0.48 | 0.46 |
| Hex | 3C | 50 | AD | 41 | 36 | 0 | 20 | E5 | 30 | 2E |
| Octal | 74 | 120 | 255 | 101 | 66 | 0 | 40 | 345 | 60 | 56 |
| Binary | 111100 | 1010000 | 10101101 | 1000001 | 110110 | 0 | 100000 | 11100101 | 110000 | 101110 |
Color Harmonies of #3C50AD
Complementary color
Monochromatic Colors of #3C50AD
Black with #3C50AD
Text Example
Text Example
White with #3C50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C50AD; }
p { color: rgb(60,80,173); }
H1.HeaderClassName
{
color: #3C50AD;
}
.AnyTagClassName
{
color: #3C50AD;
}
</style>
background-color css
<style>
a { background-color: #3C50AD; }
a { background-color: rgb(60,80,173); }
div.DivClassName
{
background-color: #3C50AD;
}
.BgClassName
{
background-color: #3C50AD;
}
</style>
border-color css
<style>
span { border-color: #3C50AD; }
span { border-color: rgb(60,80,173); }
td.TdClassName
{
border-color: #3C50AD;
}
.TagClassName
{
border-color: #3C50AD;
}
</style>