Shades of Free Speech Blue #394CDF
Tints of Free Speech Blue #394CDF
RGB
CMYK
RGB Variations
Color information
#394CDF (or 0x394CDF) is known color: Free Speech Blue. HEX triplet: 39, 4C and DF. RGB value is (57,76,223). Sum of RGB (Red+Green+Blue) = 57+76+223=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #394CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CDF is #C6B320. Grayscale: #565656. Windows color (decimal): -13021985 or 14634041. OLE color: 14634041.
HSL color Cylindrical-coordinate representation of color #394CDF: hue angle of 233.13º 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 #394CDF is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 76 | 223 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.13 |
| HSL | 233.13º | 0.72% | 0.55% | - |
| HSV(B) | 233.13º | 0.74% | 0.87% | - |
| XYZ | 17.59 | 11.37 | 71.08 | - |
| YUV | 87.08 | 204.71 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 223 | 0.74 | 0.66 | 0 | 0.13 | 233.13 | 0.72 | 0.55 |
| Hex | 39 | 4C | DF | 4A | 42 | 0 | D | E9 | 48 | 37 |
| Octal | 71 | 114 | 337 | 112 | 102 | 0 | 15 | 351 | 110 | 67 |
| Binary | 111001 | 1001100 | 11011111 | 1001010 | 1000010 | 0 | 1101 | 11101001 | 1001000 | 110111 |
Color Harmonies of #394CDF
Complementary color
Monochromatic Colors of #394CDF
Black with #394CDF
Text Example
Text Example
White with #394CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394CDF; }
p { color: rgb(57,76,223); }
H1.HeaderClassName
{
color: #394CDF;
}
.AnyTagClassName
{
color: #394CDF;
}
</style>
background-color css
<style>
a { background-color: #394CDF; }
a { background-color: rgb(57,76,223); }
div.DivClassName
{
background-color: #394CDF;
}
.BgClassName
{
background-color: #394CDF;
}
</style>
border-color css
<style>
span { border-color: #394CDF; }
span { border-color: rgb(57,76,223); }
td.TdClassName
{
border-color: #394CDF;
}
.TagClassName
{
border-color: #394CDF;
}
</style>