Shades of Free Speech Blue #3949BE
Tints of Free Speech Blue #3949BE
RGB
CMYK
RGB Variations
Color information
#3949BE (or 0x3949BE) is known color: Free Speech Blue. HEX triplet: 39, 49 and BE. RGB value is (57,73,190). Sum of RGB (Red+Green+Blue) = 57+73+190=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #3949BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3949BE is #C6B641. Grayscale: #515151. Windows color (decimal): -13022786 or 12470585. OLE color: 12470585.
HSL color Cylindrical-coordinate representation of color #3949BE: hue angle of 232.78º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3949BE is Cyan = 0.7, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 73 | 190 | - |
| CMYK | 0.7 | 0.62 | 0 | 0.25 |
| HSL | 232.78º | 0.54% | 0.48% | - |
| HSV(B) | 232.78º | 0.7% | 0.75% | - |
| XYZ | 13.36 | 9.35 | 49.82 | - |
| YUV | 81.55 | 189.2 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 190 | 0.7 | 0.62 | 0 | 0.25 | 232.78 | 0.54 | 0.48 |
| Hex | 39 | 49 | BE | 46 | 3E | 0 | 19 | E9 | 36 | 30 |
| Octal | 71 | 111 | 276 | 106 | 76 | 0 | 31 | 351 | 66 | 60 |
| Binary | 111001 | 1001001 | 10111110 | 1000110 | 111110 | 0 | 11001 | 11101001 | 110110 | 110000 |
Color Harmonies of #3949BE
Complementary color
Monochromatic Colors of #3949BE
Black with #3949BE
Text Example
Text Example
White with #3949BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3949BE; }
p { color: rgb(57,73,190); }
H1.HeaderClassName
{
color: #3949BE;
}
.AnyTagClassName
{
color: #3949BE;
}
</style>
background-color css
<style>
a { background-color: #3949BE; }
a { background-color: rgb(57,73,190); }
div.DivClassName
{
background-color: #3949BE;
}
.BgClassName
{
background-color: #3949BE;
}
</style>
border-color css
<style>
span { border-color: #3949BE; }
span { border-color: rgb(57,73,190); }
td.TdClassName
{
border-color: #3949BE;
}
.TagClassName
{
border-color: #3949BE;
}
</style>