Shades of Free Speech Blue #3C40AE
Tints of Free Speech Blue #3C40AE
RGB
CMYK
RGB Variations
Color information
#3C40AE (or 0x3C40AE) is known color: Free Speech Blue. HEX triplet: 3C, 40 and AE. RGB value is (60,64,174). Sum of RGB (Red+Green+Blue) = 60+64+174=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C40AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C40AE is #C3BF51. Grayscale: #4A4A4A. Windows color (decimal): -12828498 or 11419708. OLE color: 11419708.
HSL color Cylindrical-coordinate representation of color #3C40AE: hue angle of 237.89º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C40AE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 64 | 174 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.32 |
| HSL | 237.89º | 0.49% | 0.46% | - |
| HSV(B) | 237.89º | 0.66% | 0.68% | - |
| XYZ | 11.34 | 7.68 | 40.93 | - |
| YUV | 75.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 174 | 0.66 | 0.63 | 0 | 0.32 | 237.89 | 0.49 | 0.46 |
| Hex | 3C | 40 | AE | 42 | 3F | 0 | 20 | EE | 31 | 2E |
| Octal | 74 | 100 | 256 | 102 | 77 | 0 | 40 | 356 | 61 | 56 |
| Binary | 111100 | 1000000 | 10101110 | 1000010 | 111111 | 0 | 100000 | 11101110 | 110001 | 101110 |
Color Harmonies of #3C40AE
Complementary color
Monochromatic Colors of #3C40AE
Black with #3C40AE
Text Example
Text Example
White with #3C40AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C40AE; }
p { color: rgb(60,64,174); }
H1.HeaderClassName
{
color: #3C40AE;
}
.AnyTagClassName
{
color: #3C40AE;
}
</style>
background-color css
<style>
a { background-color: #3C40AE; }
a { background-color: rgb(60,64,174); }
div.DivClassName
{
background-color: #3C40AE;
}
.BgClassName
{
background-color: #3C40AE;
}
</style>
border-color css
<style>
span { border-color: #3C40AE; }
span { border-color: rgb(60,64,174); }
td.TdClassName
{
border-color: #3C40AE;
}
.TagClassName
{
border-color: #3C40AE;
}
</style>