Shades of Free Speech Blue #3E51AB
Tints of Free Speech Blue #3E51AB
RGB
CMYK
RGB Variations
Color information
#3E51AB (or 0x3E51AB) is known color: Free Speech Blue. HEX triplet: 3E, 51 and AB. RGB value is (62,81,171). Sum of RGB (Red+Green+Blue) = 62+81+171=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E51AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E51AB is #C1AE54. Grayscale: #555555. Windows color (decimal): -12693077 or 11227454. OLE color: 11227454.
HSL color Cylindrical-coordinate representation of color #3E51AB: hue angle of 229.54º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E51AB is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 81 | 171 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.33 |
| HSL | 229.54º | 0.47% | 0.46% | - |
| HSV(B) | 229.54º | 0.64% | 0.67% | - |
| XYZ | 12.28 | 9.85 | 39.78 | - |
| YUV | 85.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 171 | 0.64 | 0.53 | 0 | 0.33 | 229.54 | 0.47 | 0.46 |
| Hex | 3E | 51 | AB | 40 | 35 | 0 | 21 | E6 | 2F | 2E |
| Octal | 76 | 121 | 253 | 100 | 65 | 0 | 41 | 346 | 57 | 56 |
| Binary | 111110 | 1010001 | 10101011 | 1000000 | 110101 | 0 | 100001 | 11100110 | 101111 | 101110 |
Color Harmonies of #3E51AB
Complementary color
Monochromatic Colors of #3E51AB
Black with #3E51AB
Text Example
Text Example
White with #3E51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E51AB; }
p { color: rgb(62,81,171); }
H1.HeaderClassName
{
color: #3E51AB;
}
.AnyTagClassName
{
color: #3E51AB;
}
</style>
background-color css
<style>
a { background-color: #3E51AB; }
a { background-color: rgb(62,81,171); }
div.DivClassName
{
background-color: #3E51AB;
}
.BgClassName
{
background-color: #3E51AB;
}
</style>
border-color css
<style>
span { border-color: #3E51AB; }
span { border-color: rgb(62,81,171); }
td.TdClassName
{
border-color: #3E51AB;
}
.TagClassName
{
border-color: #3E51AB;
}
</style>