Shades of Free Speech Blue #3C40C0
Tints of Free Speech Blue #3C40C0
RGB
CMYK
RGB Variations
Color information
#3C40C0 (or 0x3C40C0) is known color: Free Speech Blue. HEX triplet: 3C, 40 and C0. RGB value is (60,64,192). Sum of RGB (Red+Green+Blue) = 60+64+192=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C40C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C40C0 is #C3BF3F. Grayscale: #4C4C4C. Windows color (decimal): -12828480 or 12599356. OLE color: 12599356.
HSL color Cylindrical-coordinate representation of color #3C40C0: hue angle of 238.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C40C0 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 64 | 192 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.25 |
| HSL | 238.18º | 0.52% | 0.49% | - |
| HSV(B) | 238.18º | 0.69% | 0.75% | - |
| XYZ | 13.21 | 8.43 | 50.8 | - |
| YUV | 77.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 192 | 0.69 | 0.67 | 0 | 0.25 | 238.18 | 0.52 | 0.49 |
| Hex | 3C | 40 | C0 | 45 | 43 | 0 | 19 | EE | 34 | 31 |
| Octal | 74 | 100 | 300 | 105 | 103 | 0 | 31 | 356 | 64 | 61 |
| Binary | 111100 | 1000000 | 11000000 | 1000101 | 1000011 | 0 | 11001 | 11101110 | 110100 | 110001 |
Color Harmonies of #3C40C0
Complementary color
Monochromatic Colors of #3C40C0
Black with #3C40C0
Text Example
Text Example
White with #3C40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C40C0; }
p { color: rgb(60,64,192); }
H1.HeaderClassName
{
color: #3C40C0;
}
.AnyTagClassName
{
color: #3C40C0;
}
</style>
background-color css
<style>
a { background-color: #3C40C0; }
a { background-color: rgb(60,64,192); }
div.DivClassName
{
background-color: #3C40C0;
}
.BgClassName
{
background-color: #3C40C0;
}
</style>
border-color css
<style>
span { border-color: #3C40C0; }
span { border-color: rgb(60,64,192); }
td.TdClassName
{
border-color: #3C40C0;
}
.TagClassName
{
border-color: #3C40C0;
}
</style>