Shades of Free Speech Blue #395EBC
Tints of Free Speech Blue #395EBC
RGB
CMYK
RGB Variations
Color information
#395EBC (or 0x395EBC) is known color: Free Speech Blue. HEX triplet: 39, 5E and BC. RGB value is (57,94,188). Sum of RGB (Red+Green+Blue) = 57+94+188=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #395EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EBC is #C6A143. Grayscale: #5D5D5D. Windows color (decimal): -13017412 or 12344889. OLE color: 12344889.
HSL color Cylindrical-coordinate representation of color #395EBC: hue angle of 223.05º degrees, saturation: 0.53, 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 #395EBC is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 94 | 188 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.26 |
| HSL | 223.05º | 0.53% | 0.48% | - |
| HSV(B) | 223.05º | 0.7% | 0.74% | - |
| XYZ | 14.77 | 12.51 | 49.21 | - |
| YUV | 93.65 | 181.24 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 188 | 0.70 | 0.50 | 0 | 0.26 | 223.05 | 0.53 | 0.48 |
| Hex | 39 | 5E | BC | 46 | 32 | 0 | 1A | DF | 35 | 30 |
| Octal | 71 | 136 | 274 | 106 | 62 | 0 | 32 | 337 | 65 | 60 |
| Binary | 111001 | 1011110 | 10111100 | 1000110 | 110010 | 0 | 11010 | 11011111 | 110101 | 110000 |
Color Harmonies of #395EBC
Complementary color
Monochromatic Colors of #395EBC
Black with #395EBC
Text Example
Text Example
White with #395EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395EBC; }
p { color: rgb(57,94,188); }
H1.HeaderClassName
{
color: #395EBC;
}
.AnyTagClassName
{
color: #395EBC;
}
</style>
background-color css
<style>
a { background-color: #395EBC; }
a { background-color: rgb(57,94,188); }
div.DivClassName
{
background-color: #395EBC;
}
.BgClassName
{
background-color: #395EBC;
}
</style>
border-color css
<style>
span { border-color: #395EBC; }
span { border-color: rgb(57,94,188); }
td.TdClassName
{
border-color: #395EBC;
}
.TagClassName
{
border-color: #395EBC;
}
</style>