Shades of Free Speech Blue #3E54BE
Tints of Free Speech Blue #3E54BE
RGB
CMYK
RGB Variations
Color information
#3E54BE (or 0x3E54BE) is known color: Free Speech Blue. HEX triplet: 3E, 54 and BE. RGB value is (62,84,190). Sum of RGB (Red+Green+Blue) = 62+84+190=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E54BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E54BE is #C1AB41. Grayscale: #595959. Windows color (decimal): -12692290 or 12473406. OLE color: 12473406.
HSL color Cylindrical-coordinate representation of color #3E54BE: hue angle of 229.69º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E54BE is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 84 | 190 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.25 |
| HSL | 229.69º | 0.51% | 0.49% | - |
| HSV(B) | 229.69º | 0.67% | 0.75% | - |
| XYZ | 14.45 | 11.08 | 50.09 | - |
| YUV | 89.51 | 184.71 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 190 | 0.67 | 0.56 | 0 | 0.25 | 229.69 | 0.51 | 0.49 |
| Hex | 3E | 54 | BE | 43 | 38 | 0 | 19 | E6 | 33 | 31 |
| Octal | 76 | 124 | 276 | 103 | 70 | 0 | 31 | 346 | 63 | 61 |
| Binary | 111110 | 1010100 | 10111110 | 1000011 | 111000 | 0 | 11001 | 11100110 | 110011 | 110001 |
Color Harmonies of #3E54BE
Complementary color
Monochromatic Colors of #3E54BE
Black with #3E54BE
Text Example
Text Example
White with #3E54BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E54BE; }
p { color: rgb(62,84,190); }
H1.HeaderClassName
{
color: #3E54BE;
}
.AnyTagClassName
{
color: #3E54BE;
}
</style>
background-color css
<style>
a { background-color: #3E54BE; }
a { background-color: rgb(62,84,190); }
div.DivClassName
{
background-color: #3E54BE;
}
.BgClassName
{
background-color: #3E54BE;
}
</style>
border-color css
<style>
span { border-color: #3E54BE; }
span { border-color: rgb(62,84,190); }
td.TdClassName
{
border-color: #3E54BE;
}
.TagClassName
{
border-color: #3E54BE;
}
</style>