Shades of Free Speech Blue #394FDD
Tints of Free Speech Blue #394FDD
RGB
CMYK
RGB Variations
Color information
#394FDD (or 0x394FDD) is known color: Free Speech Blue. HEX triplet: 39, 4F and DD. RGB value is (57,79,221). Sum of RGB (Red+Green+Blue) = 57+79+221=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #394FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394FDD is #C6B022. Grayscale: #585858. Windows color (decimal): -13021219 or 14503737. OLE color: 14503737.
HSL color Cylindrical-coordinate representation of color #394FDD: hue angle of 231.95º 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 #394FDD is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 79 | 221 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.13 |
| HSL | 231.95º | 0.71% | 0.55% | - |
| HSV(B) | 231.95º | 0.74% | 0.87% | - |
| XYZ | 17.53 | 11.68 | 69.74 | - |
| YUV | 88.61 | 202.71 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 221 | 0.74 | 0.64 | 0 | 0.13 | 231.95 | 0.71 | 0.55 |
| Hex | 39 | 4F | DD | 4A | 40 | 0 | D | E8 | 47 | 37 |
| Octal | 71 | 117 | 335 | 112 | 100 | 0 | 15 | 350 | 107 | 67 |
| Binary | 111001 | 1001111 | 11011101 | 1001010 | 1000000 | 0 | 1101 | 11101000 | 1000111 | 110111 |
Color Harmonies of #394FDD
Complementary color
Monochromatic Colors of #394FDD
Black with #394FDD
Text Example
Text Example
White with #394FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394FDD; }
p { color: rgb(57,79,221); }
H1.HeaderClassName
{
color: #394FDD;
}
.AnyTagClassName
{
color: #394FDD;
}
</style>
background-color css
<style>
a { background-color: #394FDD; }
a { background-color: rgb(57,79,221); }
div.DivClassName
{
background-color: #394FDD;
}
.BgClassName
{
background-color: #394FDD;
}
</style>
border-color css
<style>
span { border-color: #394FDD; }
span { border-color: rgb(57,79,221); }
td.TdClassName
{
border-color: #394FDD;
}
.TagClassName
{
border-color: #394FDD;
}
</style>