Shades of Free Speech Blue #393FC5
Tints of Free Speech Blue #393FC5
RGB
CMYK
RGB Variations
Color information
#393FC5 (or 0x393FC5) is known color: Free Speech Blue. HEX triplet: 39, 3F and C5. RGB value is (57,63,197). Sum of RGB (Red+Green+Blue) = 57+63+197=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 197 (77.34% from 255 or 62.15% from 317); Max value from RGB is 197 - color contains mainly: blue. Hex color #393FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FC5 is #C6C03A. Grayscale: #4B4B4B. Windows color (decimal): -13025339 or 12926777. OLE color: 12926777.
HSL color Cylindrical-coordinate representation of color #393FC5: hue angle of 237.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #393FC5 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 63 | 197 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.23 |
| HSL | 237.43º | 0.55% | 0.5% | - |
| HSV(B) | 237.43º | 0.71% | 0.77% | - |
| XYZ | 13.54 | 8.46 | 53.74 | - |
| YUV | 76.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 197 | 0.71 | 0.68 | 0 | 0.23 | 237.43 | 0.55 | 0.5 |
| Hex | 39 | 3F | C5 | 47 | 44 | 0 | 17 | ED | 37 | 32 |
| Octal | 71 | 77 | 305 | 107 | 104 | 0 | 27 | 355 | 67 | 62 |
| Binary | 111001 | 111111 | 11000101 | 1000111 | 1000100 | 0 | 10111 | 11101101 | 110111 | 110010 |
Color Harmonies of #393FC5
Complementary color
Monochromatic Colors of #393FC5
Black with #393FC5
Text Example
Text Example
White with #393FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FC5; }
p { color: rgb(57,63,197); }
H1.HeaderClassName
{
color: #393FC5;
}
.AnyTagClassName
{
color: #393FC5;
}
</style>
background-color css
<style>
a { background-color: #393FC5; }
a { background-color: rgb(57,63,197); }
div.DivClassName
{
background-color: #393FC5;
}
.BgClassName
{
background-color: #393FC5;
}
</style>
border-color css
<style>
span { border-color: #393FC5; }
span { border-color: rgb(57,63,197); }
td.TdClassName
{
border-color: #393FC5;
}
.TagClassName
{
border-color: #393FC5;
}
</style>