Shades of Free Speech Blue #395EC9
Tints of Free Speech Blue #395EC9
RGB
CMYK
RGB Variations
Color information
#395EC9 (or 0x395EC9) is known color: Free Speech Blue. HEX triplet: 39, 5E and C9. RGB value is (57,94,201). Sum of RGB (Red+Green+Blue) = 57+94+201=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #395EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EC9 is #C6A136. Grayscale: #5E5E5E. Windows color (decimal): -13017399 or 13196857. OLE color: 13196857.
HSL color Cylindrical-coordinate representation of color #395EC9: hue angle of 224.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #395EC9 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 94 | 201 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.21 |
| HSL | 224.58º | 0.57% | 0.51% | - |
| HSV(B) | 224.58º | 0.72% | 0.79% | - |
| XYZ | 16.23 | 13.09 | 56.93 | - |
| YUV | 95.14 | 187.74 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 201 | 0.72 | 0.53 | 0 | 0.21 | 224.58 | 0.57 | 0.51 |
| Hex | 39 | 5E | C9 | 48 | 35 | 0 | 15 | E1 | 39 | 33 |
| Octal | 71 | 136 | 311 | 110 | 65 | 0 | 25 | 341 | 71 | 63 |
| Binary | 111001 | 1011110 | 11001001 | 1001000 | 110101 | 0 | 10101 | 11100001 | 111001 | 110011 |
Color Harmonies of #395EC9
Complementary color
Monochromatic Colors of #395EC9
Black with #395EC9
Text Example
Text Example
White with #395EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395EC9; }
p { color: rgb(57,94,201); }
H1.HeaderClassName
{
color: #395EC9;
}
.AnyTagClassName
{
color: #395EC9;
}
</style>
background-color css
<style>
a { background-color: #395EC9; }
a { background-color: rgb(57,94,201); }
div.DivClassName
{
background-color: #395EC9;
}
.BgClassName
{
background-color: #395EC9;
}
</style>
border-color css
<style>
span { border-color: #395EC9; }
span { border-color: rgb(57,94,201); }
td.TdClassName
{
border-color: #395EC9;
}
.TagClassName
{
border-color: #395EC9;
}
</style>