Shades of Free Speech Blue #394AD1
Tints of Free Speech Blue #394AD1
RGB
CMYK
RGB Variations
Color information
#394AD1 (or 0x394AD1) is known color: Free Speech Blue. HEX triplet: 39, 4A and D1. RGB value is (57,74,209). Sum of RGB (Red+Green+Blue) = 57+74+209=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 209 (82.03% from 255 or 61.47% from 340); Max value from RGB is 209 - color contains mainly: blue. Hex color #394AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394AD1 is #C6B52E. Grayscale: #535353. Windows color (decimal): -13022511 or 13716025. OLE color: 13716025.
HSL color Cylindrical-coordinate representation of color #394AD1: hue angle of 233.29º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #394AD1 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 74 | 209 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.18 |
| HSL | 233.29º | 0.62% | 0.52% | - |
| HSV(B) | 233.29º | 0.73% | 0.82% | - |
| XYZ | 15.64 | 10.37 | 61.5 | - |
| YUV | 84.31 | 198.37 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 209 | 0.73 | 0.65 | 0 | 0.18 | 233.29 | 0.62 | 0.52 |
| Hex | 39 | 4A | D1 | 49 | 41 | 0 | 12 | E9 | 3E | 34 |
| Octal | 71 | 112 | 321 | 111 | 101 | 0 | 22 | 351 | 76 | 64 |
| Binary | 111001 | 1001010 | 11010001 | 1001001 | 1000001 | 0 | 10010 | 11101001 | 111110 | 110100 |
Color Harmonies of #394AD1
Complementary color
Monochromatic Colors of #394AD1
Black with #394AD1
Text Example
Text Example
White with #394AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394AD1; }
p { color: rgb(57,74,209); }
H1.HeaderClassName
{
color: #394AD1;
}
.AnyTagClassName
{
color: #394AD1;
}
</style>
background-color css
<style>
a { background-color: #394AD1; }
a { background-color: rgb(57,74,209); }
div.DivClassName
{
background-color: #394AD1;
}
.BgClassName
{
background-color: #394AD1;
}
</style>
border-color css
<style>
span { border-color: #394AD1; }
span { border-color: rgb(57,74,209); }
td.TdClassName
{
border-color: #394AD1;
}
.TagClassName
{
border-color: #394AD1;
}
</style>