Shades of Free Speech Blue #395FC0
Tints of Free Speech Blue #395FC0
RGB
CMYK
RGB Variations
Color information
#395FC0 (or 0x395FC0) is known color: Free Speech Blue. HEX triplet: 39, 5F and C0. RGB value is (57,95,192). Sum of RGB (Red+Green+Blue) = 57+95+192=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #395FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FC0 is #C6A03F. Grayscale: #5E5E5E. Windows color (decimal): -13017152 or 12607289. OLE color: 12607289.
HSL color Cylindrical-coordinate representation of color #395FC0: hue angle of 223.11º 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 #395FC0 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 95 | 192 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.25 |
| HSL | 223.11º | 0.54% | 0.49% | - |
| HSV(B) | 223.11º | 0.7% | 0.75% | - |
| XYZ | 15.29 | 12.86 | 51.55 | - |
| YUV | 94.7 | 182.91 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 192 | 0.70 | 0.51 | 0 | 0.25 | 223.11 | 0.54 | 0.49 |
| Hex | 39 | 5F | C0 | 46 | 33 | 0 | 19 | DF | 36 | 31 |
| Octal | 71 | 137 | 300 | 106 | 63 | 0 | 31 | 337 | 66 | 61 |
| Binary | 111001 | 1011111 | 11000000 | 1000110 | 110011 | 0 | 11001 | 11011111 | 110110 | 110001 |
Color Harmonies of #395FC0
Complementary color
Monochromatic Colors of #395FC0
Black with #395FC0
Text Example
Text Example
White with #395FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395FC0; }
p { color: rgb(57,95,192); }
H1.HeaderClassName
{
color: #395FC0;
}
.AnyTagClassName
{
color: #395FC0;
}
</style>
background-color css
<style>
a { background-color: #395FC0; }
a { background-color: rgb(57,95,192); }
div.DivClassName
{
background-color: #395FC0;
}
.BgClassName
{
background-color: #395FC0;
}
</style>
border-color css
<style>
span { border-color: #395FC0; }
span { border-color: rgb(57,95,192); }
td.TdClassName
{
border-color: #395FC0;
}
.TagClassName
{
border-color: #395FC0;
}
</style>