Shades of Free Speech Blue #3C47AD
Tints of Free Speech Blue #3C47AD
RGB
CMYK
RGB Variations
Color information
#3C47AD (or 0x3C47AD) is known color: Free Speech Blue. HEX triplet: 3C, 47 and AD. RGB value is (60,71,173). Sum of RGB (Red+Green+Blue) = 60+71+173=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C47AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C47AD is #C3B852. Grayscale: #4E4E4E. Windows color (decimal): -12826707 or 11355964. OLE color: 11355964.
HSL color Cylindrical-coordinate representation of color #3C47AD: hue angle of 234.16º 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 #3C47AD is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 71 | 173 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.32 |
| HSL | 234.16º | 0.48% | 0.46% | - |
| HSV(B) | 234.16º | 0.65% | 0.68% | - |
| XYZ | 11.66 | 8.48 | 40.56 | - |
| YUV | 79.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 173 | 0.65 | 0.59 | 0 | 0.32 | 234.16 | 0.48 | 0.46 |
| Hex | 3C | 47 | AD | 41 | 3B | 0 | 20 | EA | 30 | 2E |
| Octal | 74 | 107 | 255 | 101 | 73 | 0 | 40 | 352 | 60 | 56 |
| Binary | 111100 | 1000111 | 10101101 | 1000001 | 111011 | 0 | 100000 | 11101010 | 110000 | 101110 |
Color Harmonies of #3C47AD
Complementary color
Monochromatic Colors of #3C47AD
Black with #3C47AD
Text Example
Text Example
White with #3C47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C47AD; }
p { color: rgb(60,71,173); }
H1.HeaderClassName
{
color: #3C47AD;
}
.AnyTagClassName
{
color: #3C47AD;
}
</style>
background-color css
<style>
a { background-color: #3C47AD; }
a { background-color: rgb(60,71,173); }
div.DivClassName
{
background-color: #3C47AD;
}
.BgClassName
{
background-color: #3C47AD;
}
</style>
border-color css
<style>
span { border-color: #3C47AD; }
span { border-color: rgb(60,71,173); }
td.TdClassName
{
border-color: #3C47AD;
}
.TagClassName
{
border-color: #3C47AD;
}
</style>