Shades of Free Speech Blue #3959BA
Tints of Free Speech Blue #3959BA
RGB
CMYK
RGB Variations
Color information
#3959BA (or 0x3959BA) is known color: Free Speech Blue. HEX triplet: 39, 59 and BA. RGB value is (57,89,186). Sum of RGB (Red+Green+Blue) = 57+89+186=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #3959BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3959BA is #C6A645. Grayscale: #5A5A5A. Windows color (decimal): -13018694 or 12212537. OLE color: 12212537.
HSL color Cylindrical-coordinate representation of color #3959BA: hue angle of 225.12º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3959BA is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 89 | 186 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.27 |
| HSL | 225.12º | 0.53% | 0.48% | - |
| HSV(B) | 225.12º | 0.69% | 0.73% | - |
| XYZ | 14.12 | 11.56 | 47.94 | - |
| YUV | 90.49 | 181.9 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 186 | 0.69 | 0.52 | 0 | 0.27 | 225.12 | 0.53 | 0.48 |
| Hex | 39 | 59 | BA | 45 | 34 | 0 | 1B | E1 | 35 | 30 |
| Octal | 71 | 131 | 272 | 105 | 64 | 0 | 33 | 341 | 65 | 60 |
| Binary | 111001 | 1011001 | 10111010 | 1000101 | 110100 | 0 | 11011 | 11100001 | 110101 | 110000 |
Color Harmonies of #3959BA
Complementary color
Monochromatic Colors of #3959BA
Black with #3959BA
Text Example
Text Example
White with #3959BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3959BA; }
p { color: rgb(57,89,186); }
H1.HeaderClassName
{
color: #3959BA;
}
.AnyTagClassName
{
color: #3959BA;
}
</style>
background-color css
<style>
a { background-color: #3959BA; }
a { background-color: rgb(57,89,186); }
div.DivClassName
{
background-color: #3959BA;
}
.BgClassName
{
background-color: #3959BA;
}
</style>
border-color css
<style>
span { border-color: #3959BA; }
span { border-color: rgb(57,89,186); }
td.TdClassName
{
border-color: #3959BA;
}
.TagClassName
{
border-color: #3959BA;
}
</style>