Shades of Free Speech Blue #394FCD
Tints of Free Speech Blue #394FCD
RGB
CMYK
RGB Variations
Color information
#394FCD (or 0x394FCD) is known color: Free Speech Blue. HEX triplet: 39, 4F and CD. RGB value is (57,79,205). Sum of RGB (Red+Green+Blue) = 57+79+205=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #394FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394FCD is #C6B032. Grayscale: #565656. Windows color (decimal): -13021235 or 13455161. OLE color: 13455161.
HSL color Cylindrical-coordinate representation of color #394FCD: hue angle of 231.08º degrees, saturation: 0.6, 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 #394FCD is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 79 | 205 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.20 |
| HSL | 231.08º | 0.6% | 0.51% | - |
| HSV(B) | 231.08º | 0.72% | 0.8% | - |
| XYZ | 15.5 | 10.87 | 59.04 | - |
| YUV | 86.79 | 194.71 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 205 | 0.72 | 0.61 | 0 | 0.20 | 231.08 | 0.6 | 0.51 |
| Hex | 39 | 4F | CD | 48 | 3D | 0 | 14 | E7 | 3C | 33 |
| Octal | 71 | 117 | 315 | 110 | 75 | 0 | 24 | 347 | 74 | 63 |
| Binary | 111001 | 1001111 | 11001101 | 1001000 | 111101 | 0 | 10100 | 11100111 | 111100 | 110011 |
Color Harmonies of #394FCD
Complementary color
Monochromatic Colors of #394FCD
Black with #394FCD
Text Example
Text Example
White with #394FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394FCD; }
p { color: rgb(57,79,205); }
H1.HeaderClassName
{
color: #394FCD;
}
.AnyTagClassName
{
color: #394FCD;
}
</style>
background-color css
<style>
a { background-color: #394FCD; }
a { background-color: rgb(57,79,205); }
div.DivClassName
{
background-color: #394FCD;
}
.BgClassName
{
background-color: #394FCD;
}
</style>
border-color css
<style>
span { border-color: #394FCD; }
span { border-color: rgb(57,79,205); }
td.TdClassName
{
border-color: #394FCD;
}
.TagClassName
{
border-color: #394FCD;
}
</style>