Shades of Free Speech Blue #394ECC
Tints of Free Speech Blue #394ECC
RGB
CMYK
RGB Variations
Color information
#394ECC (or 0x394ECC) is known color: Free Speech Blue. HEX triplet: 39, 4E and CC. RGB value is (57,78,204). Sum of RGB (Red+Green+Blue) = 57+78+204=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #394ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394ECC is #C6B133. Grayscale: #555555. Windows color (decimal): -13021492 or 13389369. OLE color: 13389369.
HSL color Cylindrical-coordinate representation of color #394ECC: hue angle of 231.43º 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 #394ECC is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 78 | 204 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.2 |
| HSL | 231.43º | 0.59% | 0.51% | - |
| HSV(B) | 231.43º | 0.72% | 0.8% | - |
| XYZ | 15.31 | 10.68 | 58.38 | - |
| YUV | 86.09 | 194.54 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 204 | 0.72 | 0.62 | 0 | 0.2 | 231.43 | 0.59 | 0.51 |
| Hex | 39 | 4E | CC | 48 | 3E | 0 | 14 | E7 | 3B | 33 |
| Octal | 71 | 116 | 314 | 110 | 76 | 0 | 24 | 347 | 73 | 63 |
| Binary | 111001 | 1001110 | 11001100 | 1001000 | 111110 | 0 | 10100 | 11100111 | 111011 | 110011 |
Color Harmonies of #394ECC
Complementary color
Monochromatic Colors of #394ECC
Black with #394ECC
Text Example
Text Example
White with #394ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394ECC; }
p { color: rgb(57,78,204); }
H1.HeaderClassName
{
color: #394ECC;
}
.AnyTagClassName
{
color: #394ECC;
}
</style>
background-color css
<style>
a { background-color: #394ECC; }
a { background-color: rgb(57,78,204); }
div.DivClassName
{
background-color: #394ECC;
}
.BgClassName
{
background-color: #394ECC;
}
</style>
border-color css
<style>
span { border-color: #394ECC; }
span { border-color: rgb(57,78,204); }
td.TdClassName
{
border-color: #394ECC;
}
.TagClassName
{
border-color: #394ECC;
}
</style>