Shades of Free Speech Blue #395EBE
Tints of Free Speech Blue #395EBE
RGB
CMYK
RGB Variations
Color information
#395EBE (or 0x395EBE) is known color: Free Speech Blue. HEX triplet: 39, 5E and BE. RGB value is (57,94,190). Sum of RGB (Red+Green+Blue) = 57+94+190=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #395EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EBE is #C6A141. Grayscale: #5D5D5D. Windows color (decimal): -13017410 or 12475961. OLE color: 12475961.
HSL color Cylindrical-coordinate representation of color #395EBE: hue angle of 223.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #395EBE is Cyan = 0.7, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 94 | 190 | - |
| CMYK | 0.7 | 0.51 | 0 | 0.25 |
| HSL | 223.31º | 0.54% | 0.48% | - |
| HSV(B) | 223.31º | 0.7% | 0.75% | - |
| XYZ | 14.98 | 12.59 | 50.36 | - |
| YUV | 93.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 190 | 0.7 | 0.51 | 0 | 0.25 | 223.31 | 0.54 | 0.48 |
| Hex | 39 | 5E | BE | 46 | 33 | 0 | 19 | DF | 36 | 30 |
| Octal | 71 | 136 | 276 | 106 | 63 | 0 | 31 | 337 | 66 | 60 |
| Binary | 111001 | 1011110 | 10111110 | 1000110 | 110011 | 0 | 11001 | 11011111 | 110110 | 110000 |
Color Harmonies of #395EBE
Complementary color
Monochromatic Colors of #395EBE
Black with #395EBE
Text Example
Text Example
White with #395EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395EBE; }
p { color: rgb(57,94,190); }
H1.HeaderClassName
{
color: #395EBE;
}
.AnyTagClassName
{
color: #395EBE;
}
</style>
background-color css
<style>
a { background-color: #395EBE; }
a { background-color: rgb(57,94,190); }
div.DivClassName
{
background-color: #395EBE;
}
.BgClassName
{
background-color: #395EBE;
}
</style>
border-color css
<style>
span { border-color: #395EBE; }
span { border-color: rgb(57,94,190); }
td.TdClassName
{
border-color: #395EBE;
}
.TagClassName
{
border-color: #395EBE;
}
</style>