Shades of Free Speech Blue #3E4DBB
Tints of Free Speech Blue #3E4DBB
RGB
CMYK
RGB Variations
Color information
#3E4DBB (or 0x3E4DBB) is known color: Free Speech Blue. HEX triplet: 3E, 4D and BB. RGB value is (62,77,187). Sum of RGB (Red+Green+Blue) = 62+77+187=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DBB is #C1B244. Grayscale: #545454. Windows color (decimal): -12694085 or 12275006. OLE color: 12275006.
HSL color Cylindrical-coordinate representation of color #3E4DBB: hue angle of 232.8º 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 #3E4DBB is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 77 | 187 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.27 |
| HSL | 232.8º | 0.5% | 0.49% | - |
| HSV(B) | 232.8º | 0.67% | 0.73% | - |
| XYZ | 13.61 | 9.92 | 48.21 | - |
| YUV | 85.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 187 | 0.67 | 0.59 | 0 | 0.27 | 232.8 | 0.5 | 0.49 |
| Hex | 3E | 4D | BB | 43 | 3B | 0 | 1B | E9 | 32 | 31 |
| Octal | 76 | 115 | 273 | 103 | 73 | 0 | 33 | 351 | 62 | 61 |
| Binary | 111110 | 1001101 | 10111011 | 1000011 | 111011 | 0 | 11011 | 11101001 | 110010 | 110001 |
Color Harmonies of #3E4DBB
Complementary color
Monochromatic Colors of #3E4DBB
Black with #3E4DBB
Text Example
Text Example
White with #3E4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4DBB; }
p { color: rgb(62,77,187); }
H1.HeaderClassName
{
color: #3E4DBB;
}
.AnyTagClassName
{
color: #3E4DBB;
}
</style>
background-color css
<style>
a { background-color: #3E4DBB; }
a { background-color: rgb(62,77,187); }
div.DivClassName
{
background-color: #3E4DBB;
}
.BgClassName
{
background-color: #3E4DBB;
}
</style>
border-color css
<style>
span { border-color: #3E4DBB; }
span { border-color: rgb(62,77,187); }
td.TdClassName
{
border-color: #3E4DBB;
}
.TagClassName
{
border-color: #3E4DBB;
}
</style>