Shades of Free Speech Blue #3E5DBC
Tints of Free Speech Blue #3E5DBC
RGB
CMYK
RGB Variations
Color information
#3E5DBC (or 0x3E5DBC) is known color: Free Speech Blue. HEX triplet: 3E, 5D and BC. RGB value is (62,93,188). Sum of RGB (Red+Green+Blue) = 62+93+188=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E5DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5DBC is #C1A243. Grayscale: #5E5E5E. Windows color (decimal): -12689988 or 12344638. OLE color: 12344638.
HSL color Cylindrical-coordinate representation of color #3E5DBC: hue angle of 225.24º 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 #3E5DBC is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 93 | 188 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.26 |
| HSL | 225.24º | 0.5% | 0.49% | - |
| HSV(B) | 225.24º | 0.67% | 0.74% | - |
| XYZ | 14.98 | 12.48 | 49.2 | - |
| YUV | 94.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 188 | 0.67 | 0.51 | 0 | 0.26 | 225.24 | 0.5 | 0.49 |
| Hex | 3E | 5D | BC | 43 | 33 | 0 | 1A | E1 | 32 | 31 |
| Octal | 76 | 135 | 274 | 103 | 63 | 0 | 32 | 341 | 62 | 61 |
| Binary | 111110 | 1011101 | 10111100 | 1000011 | 110011 | 0 | 11010 | 11100001 | 110010 | 110001 |
Color Harmonies of #3E5DBC
Complementary color
Monochromatic Colors of #3E5DBC
Black with #3E5DBC
Text Example
Text Example
White with #3E5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5DBC; }
p { color: rgb(62,93,188); }
H1.HeaderClassName
{
color: #3E5DBC;
}
.AnyTagClassName
{
color: #3E5DBC;
}
</style>
background-color css
<style>
a { background-color: #3E5DBC; }
a { background-color: rgb(62,93,188); }
div.DivClassName
{
background-color: #3E5DBC;
}
.BgClassName
{
background-color: #3E5DBC;
}
</style>
border-color css
<style>
span { border-color: #3E5DBC; }
span { border-color: rgb(62,93,188); }
td.TdClassName
{
border-color: #3E5DBC;
}
.TagClassName
{
border-color: #3E5DBC;
}
</style>