Shades of Free Speech Blue #3F4EBA
Tints of Free Speech Blue #3F4EBA
RGB
CMYK
RGB Variations
Color information
#3F4EBA (or 0x3F4EBA) is known color: Free Speech Blue. HEX triplet: 3F, 4E and BA. RGB value is (63,78,186). Sum of RGB (Red+Green+Blue) = 63+78+186=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F4EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4EBA is #C0B145. Grayscale: #555555. Windows color (decimal): -12628294 or 12209727. OLE color: 12209727.
HSL color Cylindrical-coordinate representation of color #3F4EBA: hue angle of 232.68º 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 #3F4EBA is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 78 | 186 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.27 |
| HSL | 232.68º | 0.49% | 0.49% | - |
| HSV(B) | 232.68º | 0.66% | 0.73% | - |
| XYZ | 13.64 | 10.05 | 47.68 | - |
| YUV | 85.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 186 | 0.66 | 0.58 | 0 | 0.27 | 232.68 | 0.49 | 0.49 |
| Hex | 3F | 4E | BA | 42 | 3A | 0 | 1B | E9 | 31 | 31 |
| Octal | 77 | 116 | 272 | 102 | 72 | 0 | 33 | 351 | 61 | 61 |
| Binary | 111111 | 1001110 | 10111010 | 1000010 | 111010 | 0 | 11011 | 11101001 | 110001 | 110001 |
Color Harmonies of #3F4EBA
Complementary color
Monochromatic Colors of #3F4EBA
Black with #3F4EBA
Text Example
Text Example
White with #3F4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4EBA; }
p { color: rgb(63,78,186); }
H1.HeaderClassName
{
color: #3F4EBA;
}
.AnyTagClassName
{
color: #3F4EBA;
}
</style>
background-color css
<style>
a { background-color: #3F4EBA; }
a { background-color: rgb(63,78,186); }
div.DivClassName
{
background-color: #3F4EBA;
}
.BgClassName
{
background-color: #3F4EBA;
}
</style>
border-color css
<style>
span { border-color: #3F4EBA; }
span { border-color: rgb(63,78,186); }
td.TdClassName
{
border-color: #3F4EBA;
}
.TagClassName
{
border-color: #3F4EBA;
}
</style>