Shades of Free Speech Blue #3D68BC
Tints of Free Speech Blue #3D68BC
RGB
CMYK
RGB Variations
Color information
#3D68BC (or 0x3D68BC) is known color: Free Speech Blue. HEX triplet: 3D, 68 and BC. RGB value is (61,104,188). Sum of RGB (Red+Green+Blue) = 61+104+188=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D68BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D68BC is #C29743. Grayscale: #646464. Windows color (decimal): -12752708 or 12347453. OLE color: 12347453.
HSL color Cylindrical-coordinate representation of color #3D68BC: hue angle of 219.69º degrees, saturation: 0.51, 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 #3D68BC is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 104 | 188 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.26 |
| HSL | 219.69º | 0.51% | 0.49% | - |
| HSV(B) | 219.69º | 0.68% | 0.74% | - |
| XYZ | 15.95 | 14.52 | 49.54 | - |
| YUV | 100.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 104 | 188 | 0.68 | 0.45 | 0 | 0.26 | 219.69 | 0.51 | 0.49 |
| Hex | 3D | 68 | BC | 44 | 2D | 0 | 1A | DC | 33 | 31 |
| Octal | 75 | 150 | 274 | 104 | 55 | 0 | 32 | 334 | 63 | 61 |
| Binary | 111101 | 1101000 | 10111100 | 1000100 | 101101 | 0 | 11010 | 11011100 | 110011 | 110001 |
Color Harmonies of #3D68BC
Complementary color
Monochromatic Colors of #3D68BC
Black with #3D68BC
Text Example
Text Example
White with #3D68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D68BC; }
p { color: rgb(61,104,188); }
H1.HeaderClassName
{
color: #3D68BC;
}
.AnyTagClassName
{
color: #3D68BC;
}
</style>
background-color css
<style>
a { background-color: #3D68BC; }
a { background-color: rgb(61,104,188); }
div.DivClassName
{
background-color: #3D68BC;
}
.BgClassName
{
background-color: #3D68BC;
}
</style>
border-color css
<style>
span { border-color: #3D68BC; }
span { border-color: rgb(61,104,188); }
td.TdClassName
{
border-color: #3D68BC;
}
.TagClassName
{
border-color: #3D68BC;
}
</style>