Shades of Free Speech Blue #395ECF
Tints of Free Speech Blue #395ECF
RGB
CMYK
RGB Variations
Color information
#395ECF (or 0x395ECF) is known color: Free Speech Blue. HEX triplet: 39, 5E and CF. RGB value is (57,94,207). Sum of RGB (Red+Green+Blue) = 57+94+207=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #395ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395ECF is #C6A130. Grayscale: #5F5F5F. Windows color (decimal): -13017393 or 13590073. OLE color: 13590073.
HSL color Cylindrical-coordinate representation of color #395ECF: hue angle of 225.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #395ECF is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 94 | 207 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.19 |
| HSL | 225.2º | 0.61% | 0.52% | - |
| HSV(B) | 225.2º | 0.72% | 0.81% | - |
| XYZ | 16.95 | 13.38 | 60.72 | - |
| YUV | 95.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 207 | 0.72 | 0.55 | 0 | 0.19 | 225.2 | 0.61 | 0.52 |
| Hex | 39 | 5E | CF | 48 | 37 | 0 | 13 | E1 | 3D | 34 |
| Octal | 71 | 136 | 317 | 110 | 67 | 0 | 23 | 341 | 75 | 64 |
| Binary | 111001 | 1011110 | 11001111 | 1001000 | 110111 | 0 | 10011 | 11100001 | 111101 | 110100 |
Color Harmonies of #395ECF
Complementary color
Monochromatic Colors of #395ECF
Black with #395ECF
Text Example
Text Example
White with #395ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395ECF; }
p { color: rgb(57,94,207); }
H1.HeaderClassName
{
color: #395ECF;
}
.AnyTagClassName
{
color: #395ECF;
}
</style>
background-color css
<style>
a { background-color: #395ECF; }
a { background-color: rgb(57,94,207); }
div.DivClassName
{
background-color: #395ECF;
}
.BgClassName
{
background-color: #395ECF;
}
</style>
border-color css
<style>
span { border-color: #395ECF; }
span { border-color: rgb(57,94,207); }
td.TdClassName
{
border-color: #395ECF;
}
.TagClassName
{
border-color: #395ECF;
}
</style>