Shades of Free Speech Blue #3E5EBC
Tints of Free Speech Blue #3E5EBC
RGB
CMYK
RGB Variations
Color information
#3E5EBC (or 0x3E5EBC) is known color: Free Speech Blue. HEX triplet: 3E, 5E and BC. RGB value is (62,94,188). Sum of RGB (Red+Green+Blue) = 62+94+188=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5EBC is #C1A143. Grayscale: #5E5E5E. Windows color (decimal): -12689732 or 12344894. OLE color: 12344894.
HSL color Cylindrical-coordinate representation of color #3E5EBC: hue angle of 224.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E5EBC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 94 | 188 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.26 |
| HSL | 224.76º | 0.5% | 0.49% | - |
| HSV(B) | 224.76º | 0.67% | 0.74% | - |
| XYZ | 15.07 | 12.66 | 49.23 | - |
| YUV | 95.15 | 180.4 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 94 | 188 | 0.67 | 0.50 | 0 | 0.26 | 224.76 | 0.5 | 0.49 |
| Hex | 3E | 5E | BC | 43 | 32 | 0 | 1A | E1 | 32 | 31 |
| Octal | 76 | 136 | 274 | 103 | 62 | 0 | 32 | 341 | 62 | 61 |
| Binary | 111110 | 1011110 | 10111100 | 1000011 | 110010 | 0 | 11010 | 11100001 | 110010 | 110001 |
Color Harmonies of #3E5EBC
Complementary color
Monochromatic Colors of #3E5EBC
Black with #3E5EBC
Text Example
Text Example
White with #3E5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5EBC; }
p { color: rgb(62,94,188); }
H1.HeaderClassName
{
color: #3E5EBC;
}
.AnyTagClassName
{
color: #3E5EBC;
}
</style>
background-color css
<style>
a { background-color: #3E5EBC; }
a { background-color: rgb(62,94,188); }
div.DivClassName
{
background-color: #3E5EBC;
}
.BgClassName
{
background-color: #3E5EBC;
}
</style>
border-color css
<style>
span { border-color: #3E5EBC; }
span { border-color: rgb(62,94,188); }
td.TdClassName
{
border-color: #3E5EBC;
}
.TagClassName
{
border-color: #3E5EBC;
}
</style>