Shades of Free Speech Blue #395CBA
Tints of Free Speech Blue #395CBA
RGB
CMYK
RGB Variations
Color information
#395CBA (or 0x395CBA) is known color: Free Speech Blue. HEX triplet: 39, 5C and BA. RGB value is (57,92,186). Sum of RGB (Red+Green+Blue) = 57+92+186=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #395CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395CBA is #C6A345. Grayscale: #5B5B5B. Windows color (decimal): -13017926 or 12213305. OLE color: 12213305.
HSL color Cylindrical-coordinate representation of color #395CBA: hue angle of 223.72º 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 #395CBA is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 92 | 186 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.27 |
| HSL | 223.72º | 0.53% | 0.48% | - |
| HSV(B) | 223.72º | 0.69% | 0.73% | - |
| XYZ | 14.38 | 12.07 | 48.03 | - |
| YUV | 92.25 | 180.9 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 186 | 0.69 | 0.51 | 0 | 0.27 | 223.72 | 0.53 | 0.48 |
| Hex | 39 | 5C | BA | 45 | 33 | 0 | 1B | E0 | 35 | 30 |
| Octal | 71 | 134 | 272 | 105 | 63 | 0 | 33 | 340 | 65 | 60 |
| Binary | 111001 | 1011100 | 10111010 | 1000101 | 110011 | 0 | 11011 | 11100000 | 110101 | 110000 |
Color Harmonies of #395CBA
Complementary color
Monochromatic Colors of #395CBA
Black with #395CBA
Text Example
Text Example
White with #395CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395CBA; }
p { color: rgb(57,92,186); }
H1.HeaderClassName
{
color: #395CBA;
}
.AnyTagClassName
{
color: #395CBA;
}
</style>
background-color css
<style>
a { background-color: #395CBA; }
a { background-color: rgb(57,92,186); }
div.DivClassName
{
background-color: #395CBA;
}
.BgClassName
{
background-color: #395CBA;
}
</style>
border-color css
<style>
span { border-color: #395CBA; }
span { border-color: rgb(57,92,186); }
td.TdClassName
{
border-color: #395CBA;
}
.TagClassName
{
border-color: #395CBA;
}
</style>