Shades of Free Speech Blue #3E50AE
Tints of Free Speech Blue #3E50AE
RGB
CMYK
RGB Variations
Color information
#3E50AE (or 0x3E50AE) is known color: Free Speech Blue. HEX triplet: 3E, 50 and AE. RGB value is (62,80,174). Sum of RGB (Red+Green+Blue) = 62+80+174=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E50AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E50AE is #C1AF51. Grayscale: #545454. Windows color (decimal): -12693330 or 11423806. OLE color: 11423806.
HSL color Cylindrical-coordinate representation of color #3E50AE: hue angle of 230.36º 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 #3E50AE is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 80 | 174 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.32 |
| HSL | 230.36º | 0.47% | 0.46% | - |
| HSV(B) | 230.36º | 0.64% | 0.68% | - |
| XYZ | 12.5 | 9.82 | 41.28 | - |
| YUV | 85.33 | 178.04 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 174 | 0.64 | 0.54 | 0 | 0.32 | 230.36 | 0.47 | 0.46 |
| Hex | 3E | 50 | AE | 40 | 36 | 0 | 20 | E6 | 2F | 2E |
| Octal | 76 | 120 | 256 | 100 | 66 | 0 | 40 | 346 | 57 | 56 |
| Binary | 111110 | 1010000 | 10101110 | 1000000 | 110110 | 0 | 100000 | 11100110 | 101111 | 101110 |
Color Harmonies of #3E50AE
Complementary color
Monochromatic Colors of #3E50AE
Black with #3E50AE
Text Example
Text Example
White with #3E50AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E50AE; }
p { color: rgb(62,80,174); }
H1.HeaderClassName
{
color: #3E50AE;
}
.AnyTagClassName
{
color: #3E50AE;
}
</style>
background-color css
<style>
a { background-color: #3E50AE; }
a { background-color: rgb(62,80,174); }
div.DivClassName
{
background-color: #3E50AE;
}
.BgClassName
{
background-color: #3E50AE;
}
</style>
border-color css
<style>
span { border-color: #3E50AE; }
span { border-color: rgb(62,80,174); }
td.TdClassName
{
border-color: #3E50AE;
}
.TagClassName
{
border-color: #3E50AE;
}
</style>