Shades of Free Speech Blue #3E50AB
Tints of Free Speech Blue #3E50AB
RGB
CMYK
RGB Variations
Color information
#3E50AB (or 0x3E50AB) is known color: Free Speech Blue. HEX triplet: 3E, 50 and AB. RGB value is (62,80,171). Sum of RGB (Red+Green+Blue) = 62+80+171=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E50AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E50AB is #C1AF54. Grayscale: #545454. Windows color (decimal): -12693333 or 11227198. OLE color: 11227198.
HSL color Cylindrical-coordinate representation of color #3E50AB: hue angle of 230.09º 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 #3E50AB is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 80 | 171 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.33 |
| HSL | 230.09º | 0.47% | 0.46% | - |
| HSV(B) | 230.09º | 0.64% | 0.67% | - |
| XYZ | 12.21 | 9.7 | 39.76 | - |
| YUV | 84.99 | 176.54 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 171 | 0.64 | 0.53 | 0 | 0.33 | 230.09 | 0.47 | 0.46 |
| Hex | 3E | 50 | AB | 40 | 35 | 0 | 21 | E6 | 2F | 2E |
| Octal | 76 | 120 | 253 | 100 | 65 | 0 | 41 | 346 | 57 | 56 |
| Binary | 111110 | 1010000 | 10101011 | 1000000 | 110101 | 0 | 100001 | 11100110 | 101111 | 101110 |
Color Harmonies of #3E50AB
Complementary color
Monochromatic Colors of #3E50AB
Black with #3E50AB
Text Example
Text Example
White with #3E50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E50AB; }
p { color: rgb(62,80,171); }
H1.HeaderClassName
{
color: #3E50AB;
}
.AnyTagClassName
{
color: #3E50AB;
}
</style>
background-color css
<style>
a { background-color: #3E50AB; }
a { background-color: rgb(62,80,171); }
div.DivClassName
{
background-color: #3E50AB;
}
.BgClassName
{
background-color: #3E50AB;
}
</style>
border-color css
<style>
span { border-color: #3E50AB; }
span { border-color: rgb(62,80,171); }
td.TdClassName
{
border-color: #3E50AB;
}
.TagClassName
{
border-color: #3E50AB;
}
</style>