Shades of Free Speech Blue #395EBA
Tints of Free Speech Blue #395EBA
RGB
CMYK
RGB Variations
Color information
#395EBA (or 0x395EBA) is known color: Free Speech Blue. HEX triplet: 39, 5E and BA. RGB value is (57,94,186). Sum of RGB (Red+Green+Blue) = 57+94+186=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #395EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EBA is #C6A145. Grayscale: #5D5D5D. Windows color (decimal): -13017414 or 12213817. OLE color: 12213817.
HSL color Cylindrical-coordinate representation of color #395EBA: hue angle of 222.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #395EBA is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 94 | 186 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.27 |
| HSL | 222.79º | 0.53% | 0.48% | - |
| HSV(B) | 222.79º | 0.69% | 0.73% | - |
| XYZ | 14.55 | 12.42 | 48.08 | - |
| YUV | 93.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 186 | 0.69 | 0.49 | 0 | 0.27 | 222.79 | 0.53 | 0.48 |
| Hex | 39 | 5E | BA | 45 | 31 | 0 | 1B | DF | 35 | 30 |
| Octal | 71 | 136 | 272 | 105 | 61 | 0 | 33 | 337 | 65 | 60 |
| Binary | 111001 | 1011110 | 10111010 | 1000101 | 110001 | 0 | 11011 | 11011111 | 110101 | 110000 |
Color Harmonies of #395EBA
Complementary color
Monochromatic Colors of #395EBA
Black with #395EBA
Text Example
Text Example
White with #395EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395EBA; }
p { color: rgb(57,94,186); }
H1.HeaderClassName
{
color: #395EBA;
}
.AnyTagClassName
{
color: #395EBA;
}
</style>
background-color css
<style>
a { background-color: #395EBA; }
a { background-color: rgb(57,94,186); }
div.DivClassName
{
background-color: #395EBA;
}
.BgClassName
{
background-color: #395EBA;
}
</style>
border-color css
<style>
span { border-color: #395EBA; }
span { border-color: rgb(57,94,186); }
td.TdClassName
{
border-color: #395EBA;
}
.TagClassName
{
border-color: #395EBA;
}
</style>