Shades of Free Speech Blue #3C68BD
Tints of Free Speech Blue #3C68BD
RGB
CMYK
RGB Variations
Color information
#3C68BD (or 0x3C68BD) is known color: Free Speech Blue. HEX triplet: 3C, 68 and BD. RGB value is (60,104,189). Sum of RGB (Red+Green+Blue) = 60+104+189=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C68BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C68BD is #C39742. Grayscale: #646464. Windows color (decimal): -12818243 or 12412988. OLE color: 12412988.
HSL color Cylindrical-coordinate representation of color #3C68BD: hue angle of 219.53º 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 #3C68BD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 104 | 189 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.26 |
| HSL | 219.53º | 0.52% | 0.49% | - |
| HSV(B) | 219.53º | 0.68% | 0.74% | - |
| XYZ | 16 | 14.54 | 50.11 | - |
| YUV | 100.53 | 177.92 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 189 | 0.68 | 0.45 | 0 | 0.26 | 219.53 | 0.52 | 0.49 |
| Hex | 3C | 68 | BD | 44 | 2D | 0 | 1A | DC | 34 | 31 |
| Octal | 74 | 150 | 275 | 104 | 55 | 0 | 32 | 334 | 64 | 61 |
| Binary | 111100 | 1101000 | 10111101 | 1000100 | 101101 | 0 | 11010 | 11011100 | 110100 | 110001 |
Color Harmonies of #3C68BD
Complementary color
Monochromatic Colors of #3C68BD
Black with #3C68BD
Text Example
Text Example
White with #3C68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C68BD; }
p { color: rgb(60,104,189); }
H1.HeaderClassName
{
color: #3C68BD;
}
.AnyTagClassName
{
color: #3C68BD;
}
</style>
background-color css
<style>
a { background-color: #3C68BD; }
a { background-color: rgb(60,104,189); }
div.DivClassName
{
background-color: #3C68BD;
}
.BgClassName
{
background-color: #3C68BD;
}
</style>
border-color css
<style>
span { border-color: #3C68BD; }
span { border-color: rgb(60,104,189); }
td.TdClassName
{
border-color: #3C68BD;
}
.TagClassName
{
border-color: #3C68BD;
}
</style>