Shades of Free Speech Blue #3E59BD
Tints of Free Speech Blue #3E59BD
RGB
CMYK
RGB Variations
Color information
#3E59BD (or 0x3E59BD) is known color: Free Speech Blue. HEX triplet: 3E, 59 and BD. RGB value is (62,89,189). Sum of RGB (Red+Green+Blue) = 62+89+189=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E59BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E59BD is #C1A642. Grayscale: #5B5B5B. Windows color (decimal): -12691011 or 12409150. OLE color: 12409150.
HSL color Cylindrical-coordinate representation of color #3E59BD: hue angle of 227.24º 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 #3E59BD is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 89 | 189 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.26 |
| HSL | 227.24º | 0.51% | 0.49% | - |
| HSV(B) | 227.24º | 0.67% | 0.74% | - |
| XYZ | 14.74 | 11.84 | 49.65 | - |
| YUV | 92.33 | 182.55 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 189 | 0.67 | 0.53 | 0 | 0.26 | 227.24 | 0.51 | 0.49 |
| Hex | 3E | 59 | BD | 43 | 35 | 0 | 1A | E3 | 33 | 31 |
| Octal | 76 | 131 | 275 | 103 | 65 | 0 | 32 | 343 | 63 | 61 |
| Binary | 111110 | 1011001 | 10111101 | 1000011 | 110101 | 0 | 11010 | 11100011 | 110011 | 110001 |
Color Harmonies of #3E59BD
Complementary color
Monochromatic Colors of #3E59BD
Black with #3E59BD
Text Example
Text Example
White with #3E59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E59BD; }
p { color: rgb(62,89,189); }
H1.HeaderClassName
{
color: #3E59BD;
}
.AnyTagClassName
{
color: #3E59BD;
}
</style>
background-color css
<style>
a { background-color: #3E59BD; }
a { background-color: rgb(62,89,189); }
div.DivClassName
{
background-color: #3E59BD;
}
.BgClassName
{
background-color: #3E59BD;
}
</style>
border-color css
<style>
span { border-color: #3E59BD; }
span { border-color: rgb(62,89,189); }
td.TdClassName
{
border-color: #3E59BD;
}
.TagClassName
{
border-color: #3E59BD;
}
</style>