Shades of Free Speech Blue #3968BD
Tints of Free Speech Blue #3968BD
RGB
CMYK
RGB Variations
Color information
#3968BD (or 0x3968BD) is known color: Free Speech Blue. HEX triplet: 39, 68 and BD. RGB value is (57,104,189). Sum of RGB (Red+Green+Blue) = 57+104+189=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #3968BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3968BD is #C69742. Grayscale: #636363. Windows color (decimal): -13014851 or 12412985. OLE color: 12412985.
HSL color Cylindrical-coordinate representation of color #3968BD: hue angle of 218.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3968BD is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 104 | 189 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.26 |
| HSL | 218.64º | 0.54% | 0.48% | - |
| HSV(B) | 218.64º | 0.7% | 0.74% | - |
| XYZ | 15.82 | 14.44 | 50.1 | - |
| YUV | 99.64 | 178.43 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 189 | 0.70 | 0.45 | 0 | 0.26 | 218.64 | 0.54 | 0.48 |
| Hex | 39 | 68 | BD | 46 | 2D | 0 | 1A | DB | 36 | 30 |
| Octal | 71 | 150 | 275 | 106 | 55 | 0 | 32 | 333 | 66 | 60 |
| Binary | 111001 | 1101000 | 10111101 | 1000110 | 101101 | 0 | 11010 | 11011011 | 110110 | 110000 |
Color Harmonies of #3968BD
Complementary color
Monochromatic Colors of #3968BD
Black with #3968BD
Text Example
Text Example
White with #3968BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3968BD; }
p { color: rgb(57,104,189); }
H1.HeaderClassName
{
color: #3968BD;
}
.AnyTagClassName
{
color: #3968BD;
}
</style>
background-color css
<style>
a { background-color: #3968BD; }
a { background-color: rgb(57,104,189); }
div.DivClassName
{
background-color: #3968BD;
}
.BgClassName
{
background-color: #3968BD;
}
</style>
border-color css
<style>
span { border-color: #3968BD; }
span { border-color: rgb(57,104,189); }
td.TdClassName
{
border-color: #3968BD;
}
.TagClassName
{
border-color: #3968BD;
}
</style>