Shades of Free Speech Blue #3C40BC
Tints of Free Speech Blue #3C40BC
RGB
CMYK
RGB Variations
Color information
#3C40BC (or 0x3C40BC) is known color: Free Speech Blue. HEX triplet: 3C, 40 and BC. RGB value is (60,64,188). Sum of RGB (Red+Green+Blue) = 60+64+188=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C40BC is #C3BF43. Grayscale: #4C4C4C. Windows color (decimal): -12828484 or 12337212. OLE color: 12337212.
HSL color Cylindrical-coordinate representation of color #3C40BC: hue angle of 238.12º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C40BC is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 64 | 188 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.26 |
| HSL | 238.13º | 0.52% | 0.49% | - |
| HSV(B) | 238.13º | 0.68% | 0.74% | - |
| XYZ | 12.77 | 8.26 | 48.5 | - |
| YUV | 76.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 188 | 0.68 | 0.66 | 0 | 0.26 | 238.13 | 0.52 | 0.49 |
| Hex | 3C | 40 | BC | 44 | 42 | 0 | 1A | EE | 34 | 31 |
| Octal | 74 | 100 | 274 | 104 | 102 | 0 | 32 | 356 | 64 | 61 |
| Binary | 111100 | 1000000 | 10111100 | 1000100 | 1000010 | 0 | 11010 | 11101110 | 110100 | 110001 |
Color Harmonies of #3C40BC
Complementary color
Monochromatic Colors of #3C40BC
Black with #3C40BC
Text Example
Text Example
White with #3C40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C40BC; }
p { color: rgb(60,64,188); }
H1.HeaderClassName
{
color: #3C40BC;
}
.AnyTagClassName
{
color: #3C40BC;
}
</style>
background-color css
<style>
a { background-color: #3C40BC; }
a { background-color: rgb(60,64,188); }
div.DivClassName
{
background-color: #3C40BC;
}
.BgClassName
{
background-color: #3C40BC;
}
</style>
border-color css
<style>
span { border-color: #3C40BC; }
span { border-color: rgb(60,64,188); }
td.TdClassName
{
border-color: #3C40BC;
}
.TagClassName
{
border-color: #3C40BC;
}
</style>