Shades of Free Speech Blue #393FDD
Tints of Free Speech Blue #393FDD
RGB
CMYK
RGB Variations
Color information
#393FDD (or 0x393FDD) is known color: Free Speech Blue. HEX triplet: 39, 3F and DD. RGB value is (57,63,221). Sum of RGB (Red+Green+Blue) = 57+63+221=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #393FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FDD is #C6C022. Grayscale: #4E4E4E. Windows color (decimal): -13025315 or 14499641. OLE color: 14499641.
HSL color Cylindrical-coordinate representation of color #393FDD: hue angle of 237.8º 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 #393FDD is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 63 | 221 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.13 |
| HSL | 237.8º | 0.71% | 0.55% | - |
| HSV(B) | 237.8º | 0.74% | 0.87% | - |
| XYZ | 16.52 | 9.65 | 69.4 | - |
| YUV | 79.22 | 208.01 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 221 | 0.74 | 0.71 | 0 | 0.13 | 237.8 | 0.71 | 0.55 |
| Hex | 39 | 3F | DD | 4A | 47 | 0 | D | EE | 47 | 37 |
| Octal | 71 | 77 | 335 | 112 | 107 | 0 | 15 | 356 | 107 | 67 |
| Binary | 111001 | 111111 | 11011101 | 1001010 | 1000111 | 0 | 1101 | 11101110 | 1000111 | 110111 |
Color Harmonies of #393FDD
Complementary color
Monochromatic Colors of #393FDD
Black with #393FDD
Text Example
Text Example
White with #393FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FDD; }
p { color: rgb(57,63,221); }
H1.HeaderClassName
{
color: #393FDD;
}
.AnyTagClassName
{
color: #393FDD;
}
</style>
background-color css
<style>
a { background-color: #393FDD; }
a { background-color: rgb(57,63,221); }
div.DivClassName
{
background-color: #393FDD;
}
.BgClassName
{
background-color: #393FDD;
}
</style>
border-color css
<style>
span { border-color: #393FDD; }
span { border-color: rgb(57,63,221); }
td.TdClassName
{
border-color: #393FDD;
}
.TagClassName
{
border-color: #393FDD;
}
</style>