Shades of Free Speech Blue #3942BA
Tints of Free Speech Blue #3942BA
RGB
CMYK
RGB Variations
Color information
#3942BA (or 0x3942BA) is known color: Free Speech Blue. HEX triplet: 39, 42 and BA. RGB value is (57,66,186). Sum of RGB (Red+Green+Blue) = 57+66+186=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #3942BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3942BA is #C6BD45. Grayscale: #4C4C4C. Windows color (decimal): -13024582 or 12206649. OLE color: 12206649.
HSL color Cylindrical-coordinate representation of color #3942BA: hue angle of 235.81º 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 #3942BA is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 66 | 186 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.27 |
| HSL | 235.81º | 0.53% | 0.48% | - |
| HSV(B) | 235.81º | 0.69% | 0.73% | - |
| XYZ | 12.5 | 8.31 | 47.4 | - |
| YUV | 76.99 | 189.52 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 186 | 0.69 | 0.65 | 0 | 0.27 | 235.81 | 0.53 | 0.48 |
| Hex | 39 | 42 | BA | 45 | 41 | 0 | 1B | EC | 35 | 30 |
| Octal | 71 | 102 | 272 | 105 | 101 | 0 | 33 | 354 | 65 | 60 |
| Binary | 111001 | 1000010 | 10111010 | 1000101 | 1000001 | 0 | 11011 | 11101100 | 110101 | 110000 |
Color Harmonies of #3942BA
Complementary color
Monochromatic Colors of #3942BA
Black with #3942BA
Text Example
Text Example
White with #3942BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3942BA; }
p { color: rgb(57,66,186); }
H1.HeaderClassName
{
color: #3942BA;
}
.AnyTagClassName
{
color: #3942BA;
}
</style>
background-color css
<style>
a { background-color: #3942BA; }
a { background-color: rgb(57,66,186); }
div.DivClassName
{
background-color: #3942BA;
}
.BgClassName
{
background-color: #3942BA;
}
</style>
border-color css
<style>
span { border-color: #3942BA; }
span { border-color: rgb(57,66,186); }
td.TdClassName
{
border-color: #3942BA;
}
.TagClassName
{
border-color: #3942BA;
}
</style>