Shades of Free Speech Blue #395DC0
Tints of Free Speech Blue #395DC0
RGB
CMYK
RGB Variations
Color information
#395DC0 (or 0x395DC0) is known color: Free Speech Blue. HEX triplet: 39, 5D and C0. RGB value is (57,93,192). Sum of RGB (Red+Green+Blue) = 57+93+192=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #395DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DC0 is #C6A23F. Grayscale: #5D5D5D. Windows color (decimal): -13017664 or 12606777. OLE color: 12606777.
HSL color Cylindrical-coordinate representation of color #395DC0: hue angle of 224º 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 #395DC0 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 93 | 192 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.25 |
| HSL | 224º | 0.54% | 0.49% | - |
| HSV(B) | 224º | 0.7% | 0.75% | - |
| XYZ | 15.12 | 12.5 | 51.49 | - |
| YUV | 93.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 192 | 0.70 | 0.52 | 0 | 0.25 | 224 | 0.54 | 0.49 |
| Hex | 39 | 5D | C0 | 46 | 34 | 0 | 19 | E0 | 36 | 31 |
| Octal | 71 | 135 | 300 | 106 | 64 | 0 | 31 | 340 | 66 | 61 |
| Binary | 111001 | 1011101 | 11000000 | 1000110 | 110100 | 0 | 11001 | 11100000 | 110110 | 110001 |
Color Harmonies of #395DC0
Complementary color
Monochromatic Colors of #395DC0
Black with #395DC0
Text Example
Text Example
White with #395DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395DC0; }
p { color: rgb(57,93,192); }
H1.HeaderClassName
{
color: #395DC0;
}
.AnyTagClassName
{
color: #395DC0;
}
</style>
background-color css
<style>
a { background-color: #395DC0; }
a { background-color: rgb(57,93,192); }
div.DivClassName
{
background-color: #395DC0;
}
.BgClassName
{
background-color: #395DC0;
}
</style>
border-color css
<style>
span { border-color: #395DC0; }
span { border-color: rgb(57,93,192); }
td.TdClassName
{
border-color: #395DC0;
}
.TagClassName
{
border-color: #395DC0;
}
</style>