Shades of Free Speech Blue #3E5EC7
Tints of Free Speech Blue #3E5EC7
RGB
CMYK
RGB Variations
Color information
#3E5EC7 (or 0x3E5EC7) is known color: Free Speech Blue. HEX triplet: 3E, 5E and C7. RGB value is (62,94,199). Sum of RGB (Red+Green+Blue) = 62+94+199=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 199 (78.12% from 255 or 56.06% from 355); Max value from RGB is 199 - color contains mainly: blue. Hex color #3E5EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5EC7 is #C1A138. Grayscale: #5F5F5F. Windows color (decimal): -12689721 or 13065790. OLE color: 13065790.
HSL color Cylindrical-coordinate representation of color #3E5EC7: hue angle of 225.99º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E5EC7 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 94 | 199 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.22 |
| HSL | 225.99º | 0.55% | 0.51% | - |
| HSV(B) | 225.99º | 0.69% | 0.78% | - |
| XYZ | 16.3 | 13.15 | 55.71 | - |
| YUV | 96.4 | 185.9 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 94 | 199 | 0.69 | 0.53 | 0 | 0.22 | 225.99 | 0.55 | 0.51 |
| Hex | 3E | 5E | C7 | 45 | 35 | 0 | 16 | E2 | 37 | 33 |
| Octal | 76 | 136 | 307 | 105 | 65 | 0 | 26 | 342 | 67 | 63 |
| Binary | 111110 | 1011110 | 11000111 | 1000101 | 110101 | 0 | 10110 | 11100010 | 110111 | 110011 |
Color Harmonies of #3E5EC7
Complementary color
Monochromatic Colors of #3E5EC7
Black with #3E5EC7
Text Example
Text Example
White with #3E5EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5EC7; }
p { color: rgb(62,94,199); }
H1.HeaderClassName
{
color: #3E5EC7;
}
.AnyTagClassName
{
color: #3E5EC7;
}
</style>
background-color css
<style>
a { background-color: #3E5EC7; }
a { background-color: rgb(62,94,199); }
div.DivClassName
{
background-color: #3E5EC7;
}
.BgClassName
{
background-color: #3E5EC7;
}
</style>
border-color css
<style>
span { border-color: #3E5EC7; }
span { border-color: rgb(62,94,199); }
td.TdClassName
{
border-color: #3E5EC7;
}
.TagClassName
{
border-color: #3E5EC7;
}
</style>