Shades of Free Speech Blue #3F4EAE
Tints of Free Speech Blue #3F4EAE
RGB
CMYK
RGB Variations
Color information
#3F4EAE (or 0x3F4EAE) is known color: Free Speech Blue. HEX triplet: 3F, 4E and AE. RGB value is (63,78,174). Sum of RGB (Red+Green+Blue) = 63+78+174=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F4EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4EAE is #C0B151. Grayscale: #545454. Windows color (decimal): -12628306 or 11423295. OLE color: 11423295.
HSL color Cylindrical-coordinate representation of color #3F4EAE: hue angle of 231.89º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F4EAE is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 78 | 174 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.32 |
| HSL | 231.89º | 0.47% | 0.46% | - |
| HSV(B) | 231.89º | 0.64% | 0.68% | - |
| XYZ | 12.41 | 9.56 | 41.24 | - |
| YUV | 84.46 | 178.53 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 174 | 0.64 | 0.55 | 0 | 0.32 | 231.89 | 0.47 | 0.46 |
| Hex | 3F | 4E | AE | 40 | 37 | 0 | 20 | E8 | 2F | 2E |
| Octal | 77 | 116 | 256 | 100 | 67 | 0 | 40 | 350 | 57 | 56 |
| Binary | 111111 | 1001110 | 10101110 | 1000000 | 110111 | 0 | 100000 | 11101000 | 101111 | 101110 |
Color Harmonies of #3F4EAE
Complementary color
Monochromatic Colors of #3F4EAE
Black with #3F4EAE
Text Example
Text Example
White with #3F4EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4EAE; }
p { color: rgb(63,78,174); }
H1.HeaderClassName
{
color: #3F4EAE;
}
.AnyTagClassName
{
color: #3F4EAE;
}
</style>
background-color css
<style>
a { background-color: #3F4EAE; }
a { background-color: rgb(63,78,174); }
div.DivClassName
{
background-color: #3F4EAE;
}
.BgClassName
{
background-color: #3F4EAE;
}
</style>
border-color css
<style>
span { border-color: #3F4EAE; }
span { border-color: rgb(63,78,174); }
td.TdClassName
{
border-color: #3F4EAE;
}
.TagClassName
{
border-color: #3F4EAE;
}
</style>