Shades of Free Speech Blue #3C40AD
Tints of Free Speech Blue #3C40AD
RGB
CMYK
RGB Variations
Color information
#3C40AD (or 0x3C40AD) is known color: Free Speech Blue. HEX triplet: 3C, 40 and AD. RGB value is (60,64,173). Sum of RGB (Red+Green+Blue) = 60+64+173=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C40AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C40AD is #C3BF52. Grayscale: #4A4A4A. Windows color (decimal): -12828499 or 11354172. OLE color: 11354172.
HSL color Cylindrical-coordinate representation of color #3C40AD: hue angle of 237.88º 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 #3C40AD is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 64 | 173 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.32 |
| HSL | 237.88º | 0.48% | 0.46% | - |
| HSV(B) | 237.88º | 0.65% | 0.68% | - |
| XYZ | 11.24 | 7.64 | 40.42 | - |
| YUV | 75.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 173 | 0.65 | 0.63 | 0 | 0.32 | 237.88 | 0.48 | 0.46 |
| Hex | 3C | 40 | AD | 41 | 3F | 0 | 20 | EE | 30 | 2E |
| Octal | 74 | 100 | 255 | 101 | 77 | 0 | 40 | 356 | 60 | 56 |
| Binary | 111100 | 1000000 | 10101101 | 1000001 | 111111 | 0 | 100000 | 11101110 | 110000 | 101110 |
Color Harmonies of #3C40AD
Complementary color
Monochromatic Colors of #3C40AD
Black with #3C40AD
Text Example
Text Example
White with #3C40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C40AD; }
p { color: rgb(60,64,173); }
H1.HeaderClassName
{
color: #3C40AD;
}
.AnyTagClassName
{
color: #3C40AD;
}
</style>
background-color css
<style>
a { background-color: #3C40AD; }
a { background-color: rgb(60,64,173); }
div.DivClassName
{
background-color: #3C40AD;
}
.BgClassName
{
background-color: #3C40AD;
}
</style>
border-color css
<style>
span { border-color: #3C40AD; }
span { border-color: rgb(60,64,173); }
td.TdClassName
{
border-color: #3C40AD;
}
.TagClassName
{
border-color: #3C40AD;
}
</style>