Shades of Free Speech Blue #3E4DBD
Tints of Free Speech Blue #3E4DBD
RGB
CMYK
RGB Variations
Color information
#3E4DBD (or 0x3E4DBD) is known color: Free Speech Blue. HEX triplet: 3E, 4D and BD. RGB value is (62,77,189). Sum of RGB (Red+Green+Blue) = 62+77+189=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E4DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DBD is #C1B242. Grayscale: #545454. Windows color (decimal): -12694083 or 12406078. OLE color: 12406078.
HSL color Cylindrical-coordinate representation of color #3E4DBD: hue angle of 232.91º degrees, saturation: 0.51, 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 #3E4DBD is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 77 | 189 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.26 |
| HSL | 232.91º | 0.51% | 0.49% | - |
| HSV(B) | 232.91º | 0.67% | 0.74% | - |
| XYZ | 13.83 | 10.01 | 49.35 | - |
| YUV | 85.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 189 | 0.67 | 0.59 | 0 | 0.26 | 232.91 | 0.51 | 0.49 |
| Hex | 3E | 4D | BD | 43 | 3B | 0 | 1A | E9 | 33 | 31 |
| Octal | 76 | 115 | 275 | 103 | 73 | 0 | 32 | 351 | 63 | 61 |
| Binary | 111110 | 1001101 | 10111101 | 1000011 | 111011 | 0 | 11010 | 11101001 | 110011 | 110001 |
Color Harmonies of #3E4DBD
Complementary color
Monochromatic Colors of #3E4DBD
Black with #3E4DBD
Text Example
Text Example
White with #3E4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4DBD; }
p { color: rgb(62,77,189); }
H1.HeaderClassName
{
color: #3E4DBD;
}
.AnyTagClassName
{
color: #3E4DBD;
}
</style>
background-color css
<style>
a { background-color: #3E4DBD; }
a { background-color: rgb(62,77,189); }
div.DivClassName
{
background-color: #3E4DBD;
}
.BgClassName
{
background-color: #3E4DBD;
}
</style>
border-color css
<style>
span { border-color: #3E4DBD; }
span { border-color: rgb(62,77,189); }
td.TdClassName
{
border-color: #3E4DBD;
}
.TagClassName
{
border-color: #3E4DBD;
}
</style>