Shades of Free Speech Blue #3963BC
Tints of Free Speech Blue #3963BC
RGB
CMYK
RGB Variations
Color information
#3963BC (or 0x3963BC) is known color: Free Speech Blue. HEX triplet: 39, 63 and BC. RGB value is (57,99,188). Sum of RGB (Red+Green+Blue) = 57+99+188=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #3963BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3963BC is #C69C43. Grayscale: #606060. Windows color (decimal): -13016132 or 12346169. OLE color: 12346169.
HSL color Cylindrical-coordinate representation of color #3963BC: hue angle of 220.76º 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 #3963BC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 99 | 188 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.26 |
| HSL | 220.76º | 0.53% | 0.48% | - |
| HSV(B) | 220.76º | 0.7% | 0.74% | - |
| XYZ | 15.23 | 13.42 | 49.37 | - |
| YUV | 96.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 188 | 0.70 | 0.47 | 0 | 0.26 | 220.76 | 0.53 | 0.48 |
| Hex | 39 | 63 | BC | 46 | 2F | 0 | 1A | DD | 35 | 30 |
| Octal | 71 | 143 | 274 | 106 | 57 | 0 | 32 | 335 | 65 | 60 |
| Binary | 111001 | 1100011 | 10111100 | 1000110 | 101111 | 0 | 11010 | 11011101 | 110101 | 110000 |
Color Harmonies of #3963BC
Complementary color
Monochromatic Colors of #3963BC
Black with #3963BC
Text Example
Text Example
White with #3963BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3963BC; }
p { color: rgb(57,99,188); }
H1.HeaderClassName
{
color: #3963BC;
}
.AnyTagClassName
{
color: #3963BC;
}
</style>
background-color css
<style>
a { background-color: #3963BC; }
a { background-color: rgb(57,99,188); }
div.DivClassName
{
background-color: #3963BC;
}
.BgClassName
{
background-color: #3963BC;
}
</style>
border-color css
<style>
span { border-color: #3963BC; }
span { border-color: rgb(57,99,188); }
td.TdClassName
{
border-color: #3963BC;
}
.TagClassName
{
border-color: #3963BC;
}
</style>