Shades of Free Speech Blue #393BBD
Tints of Free Speech Blue #393BBD
RGB
CMYK
RGB Variations
Color information
#393BBD (or 0x393BBD) is known color: Free Speech Blue. HEX triplet: 39, 3B and BD. RGB value is (57,59,189). Sum of RGB (Red+Green+Blue) = 57+59+189=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #393BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393BBD is #C6C442. Grayscale: #484848. Windows color (decimal): -13026371 or 12401465. OLE color: 12401465.
HSL color Cylindrical-coordinate representation of color #393BBD: hue angle of 239.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393BBD is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 59 | 189 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.26 |
| HSL | 239.09º | 0.54% | 0.48% | - |
| HSV(B) | 239.09º | 0.7% | 0.74% | - |
| XYZ | 12.44 | 7.67 | 48.97 | - |
| YUV | 73.22 | 193.34 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 189 | 0.70 | 0.69 | 0 | 0.26 | 239.09 | 0.54 | 0.48 |
| Hex | 39 | 3B | BD | 46 | 45 | 0 | 1A | EF | 36 | 30 |
| Octal | 71 | 73 | 275 | 106 | 105 | 0 | 32 | 357 | 66 | 60 |
| Binary | 111001 | 111011 | 10111101 | 1000110 | 1000101 | 0 | 11010 | 11101111 | 110110 | 110000 |
Color Harmonies of #393BBD
Complementary color
Monochromatic Colors of #393BBD
Black with #393BBD
Text Example
Text Example
White with #393BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393BBD; }
p { color: rgb(57,59,189); }
H1.HeaderClassName
{
color: #393BBD;
}
.AnyTagClassName
{
color: #393BBD;
}
</style>
background-color css
<style>
a { background-color: #393BBD; }
a { background-color: rgb(57,59,189); }
div.DivClassName
{
background-color: #393BBD;
}
.BgClassName
{
background-color: #393BBD;
}
</style>
border-color css
<style>
span { border-color: #393BBD; }
span { border-color: rgb(57,59,189); }
td.TdClassName
{
border-color: #393BBD;
}
.TagClassName
{
border-color: #393BBD;
}
</style>