Shades of Free Speech Blue #3F5EBA
Tints of Free Speech Blue #3F5EBA
RGB
CMYK
RGB Variations
Color information
#3F5EBA (or 0x3F5EBA) is known color: Free Speech Blue. HEX triplet: 3F, 5E and BA. RGB value is (63,94,186). Sum of RGB (Red+Green+Blue) = 63+94+186=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5EBA is #C0A145. Grayscale: #5E5E5E. Windows color (decimal): -12624198 or 12213823. OLE color: 12213823.
HSL color Cylindrical-coordinate representation of color #3F5EBA: hue angle of 224.88º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F5EBA is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 94 | 186 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.27 |
| HSL | 224.88º | 0.49% | 0.49% | - |
| HSV(B) | 224.88º | 0.66% | 0.73% | - |
| XYZ | 14.92 | 12.61 | 48.1 | - |
| YUV | 95.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 186 | 0.66 | 0.49 | 0 | 0.27 | 224.88 | 0.49 | 0.49 |
| Hex | 3F | 5E | BA | 42 | 31 | 0 | 1B | E1 | 31 | 31 |
| Octal | 77 | 136 | 272 | 102 | 61 | 0 | 33 | 341 | 61 | 61 |
| Binary | 111111 | 1011110 | 10111010 | 1000010 | 110001 | 0 | 11011 | 11100001 | 110001 | 110001 |
Color Harmonies of #3F5EBA
Complementary color
Monochromatic Colors of #3F5EBA
Black with #3F5EBA
Text Example
Text Example
White with #3F5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5EBA; }
p { color: rgb(63,94,186); }
H1.HeaderClassName
{
color: #3F5EBA;
}
.AnyTagClassName
{
color: #3F5EBA;
}
</style>
background-color css
<style>
a { background-color: #3F5EBA; }
a { background-color: rgb(63,94,186); }
div.DivClassName
{
background-color: #3F5EBA;
}
.BgClassName
{
background-color: #3F5EBA;
}
</style>
border-color css
<style>
span { border-color: #3F5EBA; }
span { border-color: rgb(63,94,186); }
td.TdClassName
{
border-color: #3F5EBA;
}
.TagClassName
{
border-color: #3F5EBA;
}
</style>