Shades of Free Speech Blue #3C40C5
Tints of Free Speech Blue #3C40C5
RGB
CMYK
RGB Variations
Color information
#3C40C5 (or 0x3C40C5) is known color: Free Speech Blue. HEX triplet: 3C, 40 and C5. RGB value is (60,64,197). Sum of RGB (Red+Green+Blue) = 60+64+197=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 197 (77.34% from 255 or 61.37% from 321); Max value from RGB is 197 - color contains mainly: blue. Hex color #3C40C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C40C5 is #C3BF3A. Grayscale: #4D4D4D. Windows color (decimal): -12828475 or 12927036. OLE color: 12927036.
HSL color Cylindrical-coordinate representation of color #3C40C5: hue angle of 238.25º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C40C5 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 64 | 197 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.23 |
| HSL | 238.25º | 0.54% | 0.5% | - |
| HSV(B) | 238.25º | 0.7% | 0.77% | - |
| XYZ | 13.77 | 8.66 | 53.77 | - |
| YUV | 77.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 197 | 0.70 | 0.68 | 0 | 0.23 | 238.25 | 0.54 | 0.5 |
| Hex | 3C | 40 | C5 | 46 | 44 | 0 | 17 | EE | 36 | 32 |
| Octal | 74 | 100 | 305 | 106 | 104 | 0 | 27 | 356 | 66 | 62 |
| Binary | 111100 | 1000000 | 11000101 | 1000110 | 1000100 | 0 | 10111 | 11101110 | 110110 | 110010 |
Color Harmonies of #3C40C5
Complementary color
Monochromatic Colors of #3C40C5
Black with #3C40C5
Text Example
Text Example
White with #3C40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C40C5; }
p { color: rgb(60,64,197); }
H1.HeaderClassName
{
color: #3C40C5;
}
.AnyTagClassName
{
color: #3C40C5;
}
</style>
background-color css
<style>
a { background-color: #3C40C5; }
a { background-color: rgb(60,64,197); }
div.DivClassName
{
background-color: #3C40C5;
}
.BgClassName
{
background-color: #3C40C5;
}
</style>
border-color css
<style>
span { border-color: #3C40C5; }
span { border-color: rgb(60,64,197); }
td.TdClassName
{
border-color: #3C40C5;
}
.TagClassName
{
border-color: #3C40C5;
}
</style>