Shades of Free Speech Blue #394AD7
Tints of Free Speech Blue #394AD7
RGB
CMYK
RGB Variations
Color information
#394AD7 (or 0x394AD7) is known color: Free Speech Blue. HEX triplet: 39, 4A and D7. RGB value is (57,74,215). Sum of RGB (Red+Green+Blue) = 57+74+215=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #394AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394AD7 is #C6B528. Grayscale: #545454. Windows color (decimal): -13022505 or 14109241. OLE color: 14109241.
HSL color Cylindrical-coordinate representation of color #394AD7: hue angle of 233.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #394AD7 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 74 | 215 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.16 |
| HSL | 233.54º | 0.66% | 0.53% | - |
| HSV(B) | 233.54º | 0.73% | 0.84% | - |
| XYZ | 16.4 | 10.67 | 65.49 | - |
| YUV | 84.99 | 201.37 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 215 | 0.73 | 0.66 | 0 | 0.16 | 233.54 | 0.66 | 0.53 |
| Hex | 39 | 4A | D7 | 49 | 42 | 0 | 10 | EA | 42 | 35 |
| Octal | 71 | 112 | 327 | 111 | 102 | 0 | 20 | 352 | 102 | 65 |
| Binary | 111001 | 1001010 | 11010111 | 1001001 | 1000010 | 0 | 10000 | 11101010 | 1000010 | 110101 |
Color Harmonies of #394AD7
Complementary color
Monochromatic Colors of #394AD7
Black with #394AD7
Text Example
Text Example
White with #394AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394AD7; }
p { color: rgb(57,74,215); }
H1.HeaderClassName
{
color: #394AD7;
}
.AnyTagClassName
{
color: #394AD7;
}
</style>
background-color css
<style>
a { background-color: #394AD7; }
a { background-color: rgb(57,74,215); }
div.DivClassName
{
background-color: #394AD7;
}
.BgClassName
{
background-color: #394AD7;
}
</style>
border-color css
<style>
span { border-color: #394AD7; }
span { border-color: rgb(57,74,215); }
td.TdClassName
{
border-color: #394AD7;
}
.TagClassName
{
border-color: #394AD7;
}
</style>