Shades of Free Speech Blue #394BDF
Tints of Free Speech Blue #394BDF
RGB
CMYK
RGB Variations
Color information
#394BDF (or 0x394BDF) is known color: Free Speech Blue. HEX triplet: 39, 4B and DF. RGB value is (57,75,223). Sum of RGB (Red+Green+Blue) = 57+75+223=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #394BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BDF is #C6B420. Grayscale: #555555. Windows color (decimal): -13022241 or 14633785. OLE color: 14633785.
HSL color Cylindrical-coordinate representation of color #394BDF: hue angle of 233.49º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394BDF is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 75 | 223 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.13 |
| HSL | 233.49º | 0.72% | 0.55% | - |
| HSV(B) | 233.49º | 0.74% | 0.87% | - |
| XYZ | 17.52 | 11.23 | 71.06 | - |
| YUV | 86.49 | 205.04 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 223 | 0.74 | 0.66 | 0 | 0.13 | 233.49 | 0.72 | 0.55 |
| Hex | 39 | 4B | DF | 4A | 42 | 0 | D | E9 | 48 | 37 |
| Octal | 71 | 113 | 337 | 112 | 102 | 0 | 15 | 351 | 110 | 67 |
| Binary | 111001 | 1001011 | 11011111 | 1001010 | 1000010 | 0 | 1101 | 11101001 | 1001000 | 110111 |
Color Harmonies of #394BDF
Complementary color
Monochromatic Colors of #394BDF
Black with #394BDF
Text Example
Text Example
White with #394BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394BDF; }
p { color: rgb(57,75,223); }
H1.HeaderClassName
{
color: #394BDF;
}
.AnyTagClassName
{
color: #394BDF;
}
</style>
background-color css
<style>
a { background-color: #394BDF; }
a { background-color: rgb(57,75,223); }
div.DivClassName
{
background-color: #394BDF;
}
.BgClassName
{
background-color: #394BDF;
}
</style>
border-color css
<style>
span { border-color: #394BDF; }
span { border-color: rgb(57,75,223); }
td.TdClassName
{
border-color: #394BDF;
}
.TagClassName
{
border-color: #394BDF;
}
</style>