Shades of Free Speech Blue #394BDC
Tints of Free Speech Blue #394BDC
RGB
CMYK
RGB Variations
Color information
#394BDC (or 0x394BDC) is known color: Free Speech Blue. HEX triplet: 39, 4B and DC. RGB value is (57,75,220). Sum of RGB (Red+Green+Blue) = 57+75+220=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #394BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BDC is #C6B423. Grayscale: #555555. Windows color (decimal): -13022244 or 14437177. OLE color: 14437177.
HSL color Cylindrical-coordinate representation of color #394BDC: hue angle of 233.37º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394BDC is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 75 | 220 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.14 |
| HSL | 233.37º | 0.7% | 0.54% | - |
| HSV(B) | 233.37º | 0.74% | 0.86% | - |
| XYZ | 17.12 | 11.07 | 68.94 | - |
| YUV | 86.15 | 203.54 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 220 | 0.74 | 0.66 | 0 | 0.14 | 233.37 | 0.7 | 0.54 |
| Hex | 39 | 4B | DC | 4A | 42 | 0 | E | E9 | 46 | 36 |
| Octal | 71 | 113 | 334 | 112 | 102 | 0 | 16 | 351 | 106 | 66 |
| Binary | 111001 | 1001011 | 11011100 | 1001010 | 1000010 | 0 | 1110 | 11101001 | 1000110 | 110110 |
Color Harmonies of #394BDC
Complementary color
Monochromatic Colors of #394BDC
Black with #394BDC
Text Example
Text Example
White with #394BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394BDC; }
p { color: rgb(57,75,220); }
H1.HeaderClassName
{
color: #394BDC;
}
.AnyTagClassName
{
color: #394BDC;
}
</style>
background-color css
<style>
a { background-color: #394BDC; }
a { background-color: rgb(57,75,220); }
div.DivClassName
{
background-color: #394BDC;
}
.BgClassName
{
background-color: #394BDC;
}
</style>
border-color css
<style>
span { border-color: #394BDC; }
span { border-color: rgb(57,75,220); }
td.TdClassName
{
border-color: #394BDC;
}
.TagClassName
{
border-color: #394BDC;
}
</style>