Shades of Free Speech Blue #3C51BF
Tints of Free Speech Blue #3C51BF
RGB
CMYK
RGB Variations
Color information
#3C51BF (or 0x3C51BF) is known color: Free Speech Blue. HEX triplet: 3C, 51 and BF. RGB value is (60,81,191). Sum of RGB (Red+Green+Blue) = 60+81+191=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C51BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C51BF is #C3AE40. Grayscale: #565656. Windows color (decimal): -12824129 or 12538172. OLE color: 12538172.
HSL color Cylindrical-coordinate representation of color #3C51BF: hue angle of 230.38º 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 #3C51BF is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 81 | 191 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.25 |
| HSL | 230.38º | 0.52% | 0.49% | - |
| HSV(B) | 230.38º | 0.69% | 0.75% | - |
| XYZ | 14.21 | 10.61 | 50.59 | - |
| YUV | 87.26 | 186.54 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 191 | 0.69 | 0.58 | 0 | 0.25 | 230.38 | 0.52 | 0.49 |
| Hex | 3C | 51 | BF | 45 | 3A | 0 | 19 | E6 | 34 | 31 |
| Octal | 74 | 121 | 277 | 105 | 72 | 0 | 31 | 346 | 64 | 61 |
| Binary | 111100 | 1010001 | 10111111 | 1000101 | 111010 | 0 | 11001 | 11100110 | 110100 | 110001 |
Color Harmonies of #3C51BF
Complementary color
Monochromatic Colors of #3C51BF
Black with #3C51BF
Text Example
Text Example
White with #3C51BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C51BF; }
p { color: rgb(60,81,191); }
H1.HeaderClassName
{
color: #3C51BF;
}
.AnyTagClassName
{
color: #3C51BF;
}
</style>
background-color css
<style>
a { background-color: #3C51BF; }
a { background-color: rgb(60,81,191); }
div.DivClassName
{
background-color: #3C51BF;
}
.BgClassName
{
background-color: #3C51BF;
}
</style>
border-color css
<style>
span { border-color: #3C51BF; }
span { border-color: rgb(60,81,191); }
td.TdClassName
{
border-color: #3C51BF;
}
.TagClassName
{
border-color: #3C51BF;
}
</style>