Shades of Free Speech Blue #394CBA
Tints of Free Speech Blue #394CBA
RGB
CMYK
RGB Variations
Color information
#394CBA (or 0x394CBA) is known color: Free Speech Blue. HEX triplet: 39, 4C and BA. RGB value is (57,76,186). Sum of RGB (Red+Green+Blue) = 57+76+186=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #394CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CBA is #C6B345. Grayscale: #525252. Windows color (decimal): -13022022 or 12209209. OLE color: 12209209.
HSL color Cylindrical-coordinate representation of color #394CBA: hue angle of 231.16º 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 #394CBA is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 76 | 186 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.27 |
| HSL | 231.16º | 0.53% | 0.48% | - |
| HSV(B) | 231.16º | 0.69% | 0.73% | - |
| XYZ | 13.13 | 9.58 | 47.61 | - |
| YUV | 82.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 186 | 0.69 | 0.59 | 0 | 0.27 | 231.16 | 0.53 | 0.48 |
| Hex | 39 | 4C | BA | 45 | 3B | 0 | 1B | E7 | 35 | 30 |
| Octal | 71 | 114 | 272 | 105 | 73 | 0 | 33 | 347 | 65 | 60 |
| Binary | 111001 | 1001100 | 10111010 | 1000101 | 111011 | 0 | 11011 | 11100111 | 110101 | 110000 |
Color Harmonies of #394CBA
Complementary color
Monochromatic Colors of #394CBA
Black with #394CBA
Text Example
Text Example
White with #394CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394CBA; }
p { color: rgb(57,76,186); }
H1.HeaderClassName
{
color: #394CBA;
}
.AnyTagClassName
{
color: #394CBA;
}
</style>
background-color css
<style>
a { background-color: #394CBA; }
a { background-color: rgb(57,76,186); }
div.DivClassName
{
background-color: #394CBA;
}
.BgClassName
{
background-color: #394CBA;
}
</style>
border-color css
<style>
span { border-color: #394CBA; }
span { border-color: rgb(57,76,186); }
td.TdClassName
{
border-color: #394CBA;
}
.TagClassName
{
border-color: #394CBA;
}
</style>