Shades of Free Speech Blue #394FCC
Tints of Free Speech Blue #394FCC
RGB
CMYK
RGB Variations
Color information
#394FCC (or 0x394FCC) is known color: Free Speech Blue. HEX triplet: 39, 4F and CC. RGB value is (57,79,204). Sum of RGB (Red+Green+Blue) = 57+79+204=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #394FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394FCC is #C6B033. Grayscale: #565656. Windows color (decimal): -13021236 or 13389625. OLE color: 13389625.
HSL color Cylindrical-coordinate representation of color #394FCC: hue angle of 231.02º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394FCC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 79 | 204 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.2 |
| HSL | 231.02º | 0.59% | 0.51% | - |
| HSV(B) | 231.02º | 0.72% | 0.8% | - |
| XYZ | 15.38 | 10.82 | 58.4 | - |
| YUV | 86.67 | 194.21 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 204 | 0.72 | 0.61 | 0 | 0.2 | 231.02 | 0.59 | 0.51 |
| Hex | 39 | 4F | CC | 48 | 3D | 0 | 14 | E7 | 3B | 33 |
| Octal | 71 | 117 | 314 | 110 | 75 | 0 | 24 | 347 | 73 | 63 |
| Binary | 111001 | 1001111 | 11001100 | 1001000 | 111101 | 0 | 10100 | 11100111 | 111011 | 110011 |
Color Harmonies of #394FCC
Complementary color
Monochromatic Colors of #394FCC
Black with #394FCC
Text Example
Text Example
White with #394FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394FCC; }
p { color: rgb(57,79,204); }
H1.HeaderClassName
{
color: #394FCC;
}
.AnyTagClassName
{
color: #394FCC;
}
</style>
background-color css
<style>
a { background-color: #394FCC; }
a { background-color: rgb(57,79,204); }
div.DivClassName
{
background-color: #394FCC;
}
.BgClassName
{
background-color: #394FCC;
}
</style>
border-color css
<style>
span { border-color: #394FCC; }
span { border-color: rgb(57,79,204); }
td.TdClassName
{
border-color: #394FCC;
}
.TagClassName
{
border-color: #394FCC;
}
</style>