Shades of Free Speech Blue #394ADE
Tints of Free Speech Blue #394ADE
RGB
CMYK
RGB Variations
Color information
#394ADE (or 0x394ADE) is known color: Free Speech Blue. HEX triplet: 39, 4A and DE. RGB value is (57,74,222). Sum of RGB (Red+Green+Blue) = 57+74+222=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #394ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394ADE is #C6B521. Grayscale: #555555. Windows color (decimal): -13022498 or 14567993. OLE color: 14567993.
HSL color Cylindrical-coordinate representation of color #394ADE: hue angle of 233.82º degrees, saturation: 0.71, 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 #394ADE is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 74 | 222 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.13 |
| HSL | 233.82º | 0.71% | 0.55% | - |
| HSV(B) | 233.82º | 0.74% | 0.87% | - |
| XYZ | 17.32 | 11.04 | 70.33 | - |
| YUV | 85.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 222 | 0.74 | 0.67 | 0 | 0.13 | 233.82 | 0.71 | 0.55 |
| Hex | 39 | 4A | DE | 4A | 43 | 0 | D | EA | 47 | 37 |
| Octal | 71 | 112 | 336 | 112 | 103 | 0 | 15 | 352 | 107 | 67 |
| Binary | 111001 | 1001010 | 11011110 | 1001010 | 1000011 | 0 | 1101 | 11101010 | 1000111 | 110111 |
Color Harmonies of #394ADE
Complementary color
Monochromatic Colors of #394ADE
Black with #394ADE
Text Example
Text Example
White with #394ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394ADE; }
p { color: rgb(57,74,222); }
H1.HeaderClassName
{
color: #394ADE;
}
.AnyTagClassName
{
color: #394ADE;
}
</style>
background-color css
<style>
a { background-color: #394ADE; }
a { background-color: rgb(57,74,222); }
div.DivClassName
{
background-color: #394ADE;
}
.BgClassName
{
background-color: #394ADE;
}
</style>
border-color css
<style>
span { border-color: #394ADE; }
span { border-color: rgb(57,74,222); }
td.TdClassName
{
border-color: #394ADE;
}
.TagClassName
{
border-color: #394ADE;
}
</style>