Shades of Free Speech Blue #393FC0
Tints of Free Speech Blue #393FC0
RGB
CMYK
RGB Variations
Color information
#393FC0 (or 0x393FC0) is known color: Free Speech Blue. HEX triplet: 39, 3F and C0. RGB value is (57,63,192). Sum of RGB (Red+Green+Blue) = 57+63+192=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 192 (75.39% from 255 or 61.54% from 312); Max value from RGB is 192 - color contains mainly: blue. Hex color #393FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FC0 is #C6C03F. Grayscale: #4B4B4B. Windows color (decimal): -13025344 or 12599097. OLE color: 12599097.
HSL color Cylindrical-coordinate representation of color #393FC0: hue angle of 237.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393FC0 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 63 | 192 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.25 |
| HSL | 237.33º | 0.54% | 0.49% | - |
| HSV(B) | 237.33º | 0.7% | 0.75% | - |
| XYZ | 12.98 | 8.23 | 50.77 | - |
| YUV | 75.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 192 | 0.70 | 0.67 | 0 | 0.25 | 237.33 | 0.54 | 0.49 |
| Hex | 39 | 3F | C0 | 46 | 43 | 0 | 19 | ED | 36 | 31 |
| Octal | 71 | 77 | 300 | 106 | 103 | 0 | 31 | 355 | 66 | 61 |
| Binary | 111001 | 111111 | 11000000 | 1000110 | 1000011 | 0 | 11001 | 11101101 | 110110 | 110001 |
Color Harmonies of #393FC0
Complementary color
Monochromatic Colors of #393FC0
Black with #393FC0
Text Example
Text Example
White with #393FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FC0; }
p { color: rgb(57,63,192); }
H1.HeaderClassName
{
color: #393FC0;
}
.AnyTagClassName
{
color: #393FC0;
}
</style>
background-color css
<style>
a { background-color: #393FC0; }
a { background-color: rgb(57,63,192); }
div.DivClassName
{
background-color: #393FC0;
}
.BgClassName
{
background-color: #393FC0;
}
</style>
border-color css
<style>
span { border-color: #393FC0; }
span { border-color: rgb(57,63,192); }
td.TdClassName
{
border-color: #393FC0;
}
.TagClassName
{
border-color: #393FC0;
}
</style>