Shades of Free Speech Blue #3C6BC4
Tints of Free Speech Blue #3C6BC4
RGB
CMYK
RGB Variations
Color information
#3C6BC4 (or 0x3C6BC4) is known color: Free Speech Blue. HEX triplet: 3C, 6B and C4. RGB value is (60,107,196). Sum of RGB (Red+Green+Blue) = 60+107+196=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C6BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6BC4 is #C3943B. Grayscale: #666666. Windows color (decimal): -12817468 or 12872508. OLE color: 12872508.
HSL color Cylindrical-coordinate representation of color #3C6BC4: hue angle of 219.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C6BC4 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 107 | 196 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.23 |
| HSL | 219.26º | 0.54% | 0.5% | - |
| HSV(B) | 219.26º | 0.69% | 0.77% | - |
| XYZ | 17.08 | 15.46 | 54.31 | - |
| YUV | 103.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 196 | 0.69 | 0.45 | 0 | 0.23 | 219.26 | 0.54 | 0.5 |
| Hex | 3C | 6B | C4 | 45 | 2D | 0 | 17 | DB | 36 | 32 |
| Octal | 74 | 153 | 304 | 105 | 55 | 0 | 27 | 333 | 66 | 62 |
| Binary | 111100 | 1101011 | 11000100 | 1000101 | 101101 | 0 | 10111 | 11011011 | 110110 | 110010 |
Color Harmonies of #3C6BC4
Complementary color
Monochromatic Colors of #3C6BC4
Black with #3C6BC4
Text Example
Text Example
White with #3C6BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6BC4; }
p { color: rgb(60,107,196); }
H1.HeaderClassName
{
color: #3C6BC4;
}
.AnyTagClassName
{
color: #3C6BC4;
}
</style>
background-color css
<style>
a { background-color: #3C6BC4; }
a { background-color: rgb(60,107,196); }
div.DivClassName
{
background-color: #3C6BC4;
}
.BgClassName
{
background-color: #3C6BC4;
}
</style>
border-color css
<style>
span { border-color: #3C6BC4; }
span { border-color: rgb(60,107,196); }
td.TdClassName
{
border-color: #3C6BC4;
}
.TagClassName
{
border-color: #3C6BC4;
}
</style>