Shades of Free Speech Blue #394FC0
Tints of Free Speech Blue #394FC0
RGB
CMYK
RGB Variations
Color information
#394FC0 (or 0x394FC0) is known color: Free Speech Blue. HEX triplet: 39, 4F and C0. RGB value is (57,79,192). Sum of RGB (Red+Green+Blue) = 57+79+192=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #394FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394FC0 is #C6B03F. Grayscale: #545454. Windows color (decimal): -13021248 or 12603193. OLE color: 12603193.
HSL color Cylindrical-coordinate representation of color #394FC0: hue angle of 230.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394FC0 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 79 | 192 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.25 |
| HSL | 230.22º | 0.54% | 0.49% | - |
| HSV(B) | 230.22º | 0.7% | 0.75% | - |
| XYZ | 14 | 10.27 | 51.11 | - |
| YUV | 85.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 192 | 0.70 | 0.59 | 0 | 0.25 | 230.22 | 0.54 | 0.49 |
| Hex | 39 | 4F | C0 | 46 | 3B | 0 | 19 | E6 | 36 | 31 |
| Octal | 71 | 117 | 300 | 106 | 73 | 0 | 31 | 346 | 66 | 61 |
| Binary | 111001 | 1001111 | 11000000 | 1000110 | 111011 | 0 | 11001 | 11100110 | 110110 | 110001 |
Color Harmonies of #394FC0
Complementary color
Monochromatic Colors of #394FC0
Black with #394FC0
Text Example
Text Example
White with #394FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394FC0; }
p { color: rgb(57,79,192); }
H1.HeaderClassName
{
color: #394FC0;
}
.AnyTagClassName
{
color: #394FC0;
}
</style>
background-color css
<style>
a { background-color: #394FC0; }
a { background-color: rgb(57,79,192); }
div.DivClassName
{
background-color: #394FC0;
}
.BgClassName
{
background-color: #394FC0;
}
</style>
border-color css
<style>
span { border-color: #394FC0; }
span { border-color: rgb(57,79,192); }
td.TdClassName
{
border-color: #394FC0;
}
.TagClassName
{
border-color: #394FC0;
}
</style>