Shades of Free Speech Blue #3E4EBA
Tints of Free Speech Blue #3E4EBA
RGB
CMYK
RGB Variations
Color information
#3E4EBA (or 0x3E4EBA) is known color: Free Speech Blue. HEX triplet: 3E, 4E and BA. RGB value is (62,78,186). Sum of RGB (Red+Green+Blue) = 62+78+186=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E4EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4EBA is #C1B145. Grayscale: #555555. Windows color (decimal): -12693830 or 12209726. OLE color: 12209726.
HSL color Cylindrical-coordinate representation of color #3E4EBA: hue angle of 232.26º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E4EBA is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 78 | 186 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.27 |
| HSL | 232.26º | 0.5% | 0.49% | - |
| HSV(B) | 232.26º | 0.67% | 0.73% | - |
| XYZ | 13.57 | 10.02 | 47.67 | - |
| YUV | 85.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 186 | 0.67 | 0.58 | 0 | 0.27 | 232.26 | 0.5 | 0.49 |
| Hex | 3E | 4E | BA | 43 | 3A | 0 | 1B | E8 | 32 | 31 |
| Octal | 76 | 116 | 272 | 103 | 72 | 0 | 33 | 350 | 62 | 61 |
| Binary | 111110 | 1001110 | 10111010 | 1000011 | 111010 | 0 | 11011 | 11101000 | 110010 | 110001 |
Color Harmonies of #3E4EBA
Complementary color
Monochromatic Colors of #3E4EBA
Black with #3E4EBA
Text Example
Text Example
White with #3E4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4EBA; }
p { color: rgb(62,78,186); }
H1.HeaderClassName
{
color: #3E4EBA;
}
.AnyTagClassName
{
color: #3E4EBA;
}
</style>
background-color css
<style>
a { background-color: #3E4EBA; }
a { background-color: rgb(62,78,186); }
div.DivClassName
{
background-color: #3E4EBA;
}
.BgClassName
{
background-color: #3E4EBA;
}
</style>
border-color css
<style>
span { border-color: #3E4EBA; }
span { border-color: rgb(62,78,186); }
td.TdClassName
{
border-color: #3E4EBA;
}
.TagClassName
{
border-color: #3E4EBA;
}
</style>