Shades of Free Speech Blue #393AD1
Tints of Free Speech Blue #393AD1
RGB
CMYK
RGB Variations
Color information
#393AD1 (or 0x393AD1) is known color: Free Speech Blue. HEX triplet: 39, 3A and D1. RGB value is (57,58,209). Sum of RGB (Red+Green+Blue) = 57+58+209=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #393AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393AD1 is #C6C52E. Grayscale: #4A4A4A. Windows color (decimal): -13026607 or 13711929. OLE color: 13711929.
HSL color Cylindrical-coordinate representation of color #393AD1: hue angle of 239.61º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #393AD1 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 58 | 209 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.18 |
| HSL | 239.61º | 0.62% | 0.52% | - |
| HSV(B) | 239.61º | 0.73% | 0.82% | - |
| XYZ | 14.71 | 8.5 | 61.19 | - |
| YUV | 74.92 | 203.67 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 209 | 0.73 | 0.72 | 0 | 0.18 | 239.61 | 0.62 | 0.52 |
| Hex | 39 | 3A | D1 | 49 | 48 | 0 | 12 | F0 | 3E | 34 |
| Octal | 71 | 72 | 321 | 111 | 110 | 0 | 22 | 360 | 76 | 64 |
| Binary | 111001 | 111010 | 11010001 | 1001001 | 1001000 | 0 | 10010 | 11110000 | 111110 | 110100 |
Color Harmonies of #393AD1
Complementary color
Monochromatic Colors of #393AD1
Black with #393AD1
Text Example
Text Example
White with #393AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393AD1; }
p { color: rgb(57,58,209); }
H1.HeaderClassName
{
color: #393AD1;
}
.AnyTagClassName
{
color: #393AD1;
}
</style>
background-color css
<style>
a { background-color: #393AD1; }
a { background-color: rgb(57,58,209); }
div.DivClassName
{
background-color: #393AD1;
}
.BgClassName
{
background-color: #393AD1;
}
</style>
border-color css
<style>
span { border-color: #393AD1; }
span { border-color: rgb(57,58,209); }
td.TdClassName
{
border-color: #393AD1;
}
.TagClassName
{
border-color: #393AD1;
}
</style>