Shades of Free Speech Blue #3964BC
Tints of Free Speech Blue #3964BC
RGB
CMYK
RGB Variations
Color information
#3964BC (or 0x3964BC) is known color: Free Speech Blue. HEX triplet: 39, 64 and BC. RGB value is (57,100,188). Sum of RGB (Red+Green+Blue) = 57+100+188=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #3964BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3964BC is #C69B43. Grayscale: #606060. Windows color (decimal): -13015876 or 12346425. OLE color: 12346425.
HSL color Cylindrical-coordinate representation of color #3964BC: hue angle of 220.31º degrees, saturation: 0.53, 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 #3964BC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 100 | 188 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.26 |
| HSL | 220.31º | 0.53% | 0.48% | - |
| HSV(B) | 220.31º | 0.7% | 0.74% | - |
| XYZ | 15.32 | 13.62 | 49.4 | - |
| YUV | 97.18 | 179.25 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 188 | 0.70 | 0.47 | 0 | 0.26 | 220.31 | 0.53 | 0.48 |
| Hex | 39 | 64 | BC | 46 | 2F | 0 | 1A | DC | 35 | 30 |
| Octal | 71 | 144 | 274 | 106 | 57 | 0 | 32 | 334 | 65 | 60 |
| Binary | 111001 | 1100100 | 10111100 | 1000110 | 101111 | 0 | 11010 | 11011100 | 110101 | 110000 |
Color Harmonies of #3964BC
Complementary color
Monochromatic Colors of #3964BC
Black with #3964BC
Text Example
Text Example
White with #3964BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3964BC; }
p { color: rgb(57,100,188); }
H1.HeaderClassName
{
color: #3964BC;
}
.AnyTagClassName
{
color: #3964BC;
}
</style>
background-color css
<style>
a { background-color: #3964BC; }
a { background-color: rgb(57,100,188); }
div.DivClassName
{
background-color: #3964BC;
}
.BgClassName
{
background-color: #3964BC;
}
</style>
border-color css
<style>
span { border-color: #3964BC; }
span { border-color: rgb(57,100,188); }
td.TdClassName
{
border-color: #3964BC;
}
.TagClassName
{
border-color: #3964BC;
}
</style>