Shades of Free Speech Blue #3949BC
Tints of Free Speech Blue #3949BC
RGB
CMYK
RGB Variations
Color information
#3949BC (or 0x3949BC) is known color: Free Speech Blue. HEX triplet: 39, 49 and BC. RGB value is (57,73,188). Sum of RGB (Red+Green+Blue) = 57+73+188=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #3949BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3949BC is #C6B643. Grayscale: #505050. Windows color (decimal): -13022788 or 12339513. OLE color: 12339513.
HSL color Cylindrical-coordinate representation of color #3949BC: hue angle of 232.67º 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 #3949BC is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 73 | 188 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.26 |
| HSL | 232.67º | 0.53% | 0.48% | - |
| HSV(B) | 232.67º | 0.7% | 0.74% | - |
| XYZ | 13.15 | 9.27 | 48.67 | - |
| YUV | 81.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 188 | 0.70 | 0.61 | 0 | 0.26 | 232.67 | 0.53 | 0.48 |
| Hex | 39 | 49 | BC | 46 | 3D | 0 | 1A | E9 | 35 | 30 |
| Octal | 71 | 111 | 274 | 106 | 75 | 0 | 32 | 351 | 65 | 60 |
| Binary | 111001 | 1001001 | 10111100 | 1000110 | 111101 | 0 | 11010 | 11101001 | 110101 | 110000 |
Color Harmonies of #3949BC
Complementary color
Monochromatic Colors of #3949BC
Black with #3949BC
Text Example
Text Example
White with #3949BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3949BC; }
p { color: rgb(57,73,188); }
H1.HeaderClassName
{
color: #3949BC;
}
.AnyTagClassName
{
color: #3949BC;
}
</style>
background-color css
<style>
a { background-color: #3949BC; }
a { background-color: rgb(57,73,188); }
div.DivClassName
{
background-color: #3949BC;
}
.BgClassName
{
background-color: #3949BC;
}
</style>
border-color css
<style>
span { border-color: #3949BC; }
span { border-color: rgb(57,73,188); }
td.TdClassName
{
border-color: #3949BC;
}
.TagClassName
{
border-color: #3949BC;
}
</style>