Shades of Free Speech Blue #395EC0
Tints of Free Speech Blue #395EC0
RGB
CMYK
RGB Variations
Color information
#395EC0 (or 0x395EC0) is known color: Free Speech Blue. HEX triplet: 39, 5E and C0. RGB value is (57,94,192). Sum of RGB (Red+Green+Blue) = 57+94+192=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #395EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EC0 is #C6A13F. Grayscale: #5D5D5D. Windows color (decimal): -13017408 or 12607033. OLE color: 12607033.
HSL color Cylindrical-coordinate representation of color #395EC0: hue angle of 223.56º 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 #395EC0 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 94 | 192 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.25 |
| HSL | 223.56º | 0.54% | 0.49% | - |
| HSV(B) | 223.56º | 0.7% | 0.75% | - |
| XYZ | 15.2 | 12.68 | 51.52 | - |
| YUV | 94.11 | 183.24 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 192 | 0.70 | 0.51 | 0 | 0.25 | 223.56 | 0.54 | 0.49 |
| Hex | 39 | 5E | C0 | 46 | 33 | 0 | 19 | E0 | 36 | 31 |
| Octal | 71 | 136 | 300 | 106 | 63 | 0 | 31 | 340 | 66 | 61 |
| Binary | 111001 | 1011110 | 11000000 | 1000110 | 110011 | 0 | 11001 | 11100000 | 110110 | 110001 |
Color Harmonies of #395EC0
Complementary color
Monochromatic Colors of #395EC0
Black with #395EC0
Text Example
Text Example
White with #395EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395EC0; }
p { color: rgb(57,94,192); }
H1.HeaderClassName
{
color: #395EC0;
}
.AnyTagClassName
{
color: #395EC0;
}
</style>
background-color css
<style>
a { background-color: #395EC0; }
a { background-color: rgb(57,94,192); }
div.DivClassName
{
background-color: #395EC0;
}
.BgClassName
{
background-color: #395EC0;
}
</style>
border-color css
<style>
span { border-color: #395EC0; }
span { border-color: rgb(57,94,192); }
td.TdClassName
{
border-color: #395EC0;
}
.TagClassName
{
border-color: #395EC0;
}
</style>