Shades of Free Speech Blue #393DB7
Tints of Free Speech Blue #393DB7
RGB
CMYK
RGB Variations
Color information
#393DB7 (or 0x393DB7) is known color: Free Speech Blue. HEX triplet: 39, 3D and B7. RGB value is (57,61,183). Sum of RGB (Red+Green+Blue) = 57+61+183=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #393DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DB7 is #C6C248. Grayscale: #494949. Windows color (decimal): -13025865 or 12008761. OLE color: 12008761.
HSL color Cylindrical-coordinate representation of color #393DB7: hue angle of 238.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #393DB7 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 57 | 61 | 183 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.28 |
| HSL | 238.1º | 0.53% | 0.47% | - |
| HSV(B) | 238.1º | 0.69% | 0.72% | - |
| XYZ | 11.9 | 7.63 | 45.64 | - |
| YUV | 73.71 | 189.67 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 183 | 0.69 | 0.67 | 0 | 0.28 | 238.1 | 0.53 | 0.47 |
| Hex | 39 | 3D | B7 | 45 | 43 | 0 | 1C | EE | 34 | 2F |
| Octal | 71 | 75 | 267 | 105 | 103 | 0 | 34 | 356 | 64 | 57 |
| Binary | 111001 | 111101 | 10110111 | 1000101 | 1000011 | 0 | 11100 | 11101110 | 110100 | 101111 |
Color Harmonies of #393DB7
Complementary color
Monochromatic Colors of #393DB7
Black with #393DB7
Text Example
Text Example
White with #393DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393DB7; }
p { color: rgb(57,61,183); }
H1.HeaderClassName
{
color: #393DB7;
}
.AnyTagClassName
{
color: #393DB7;
}
</style>
background-color css
<style>
a { background-color: #393DB7; }
a { background-color: rgb(57,61,183); }
div.DivClassName
{
background-color: #393DB7;
}
.BgClassName
{
background-color: #393DB7;
}
</style>
border-color css
<style>
span { border-color: #393DB7; }
span { border-color: rgb(57,61,183); }
td.TdClassName
{
border-color: #393DB7;
}
.TagClassName
{
border-color: #393DB7;
}
</style>