Shades of Free Speech Blue #394DBB
Tints of Free Speech Blue #394DBB
RGB
CMYK
RGB Variations
Color information
#394DBB (or 0x394DBB) is known color: Free Speech Blue. HEX triplet: 39, 4D and BB. RGB value is (57,77,187). Sum of RGB (Red+Green+Blue) = 57+77+187=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #394DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DBB is #C6B244. Grayscale: #535353. Windows color (decimal): -13021765 or 12275001. OLE color: 12275001.
HSL color Cylindrical-coordinate representation of color #394DBB: hue angle of 230.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394DBB is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 77 | 187 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.27 |
| HSL | 230.77º | 0.53% | 0.48% | - |
| HSV(B) | 230.77º | 0.7% | 0.73% | - |
| XYZ | 13.31 | 9.77 | 48.2 | - |
| YUV | 83.56 | 186.37 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 187 | 0.70 | 0.59 | 0 | 0.27 | 230.77 | 0.53 | 0.48 |
| Hex | 39 | 4D | BB | 46 | 3B | 0 | 1B | E7 | 35 | 30 |
| Octal | 71 | 115 | 273 | 106 | 73 | 0 | 33 | 347 | 65 | 60 |
| Binary | 111001 | 1001101 | 10111011 | 1000110 | 111011 | 0 | 11011 | 11100111 | 110101 | 110000 |
Color Harmonies of #394DBB
Complementary color
Monochromatic Colors of #394DBB
Black with #394DBB
Text Example
Text Example
White with #394DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394DBB; }
p { color: rgb(57,77,187); }
H1.HeaderClassName
{
color: #394DBB;
}
.AnyTagClassName
{
color: #394DBB;
}
</style>
background-color css
<style>
a { background-color: #394DBB; }
a { background-color: rgb(57,77,187); }
div.DivClassName
{
background-color: #394DBB;
}
.BgClassName
{
background-color: #394DBB;
}
</style>
border-color css
<style>
span { border-color: #394DBB; }
span { border-color: rgb(57,77,187); }
td.TdClassName
{
border-color: #394DBB;
}
.TagClassName
{
border-color: #394DBB;
}
</style>