Shades of Free Speech Blue #3E4DD5
Tints of Free Speech Blue #3E4DD5
RGB
CMYK
RGB Variations
Color information
#3E4DD5 (or 0x3E4DD5) is known color: Free Speech Blue. HEX triplet: 3E, 4D and D5. RGB value is (62,77,213). Sum of RGB (Red+Green+Blue) = 62+77+213=352 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.61% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 213 (83.59% from 255 or 60.51% from 352); Max value from RGB is 213 - color contains mainly: blue. Hex color #3E4DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DD5 is #C1B22A. Grayscale: #575757. Windows color (decimal): -12694059 or 13978942. OLE color: 13978942.
HSL color Cylindrical-coordinate representation of color #3E4DD5: hue angle of 234.04º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E4DD5 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 77 | 213 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.16 |
| HSL | 234.04º | 0.64% | 0.54% | - |
| HSV(B) | 234.04º | 0.71% | 0.84% | - |
| XYZ | 16.65 | 11.14 | 64.22 | - |
| YUV | 88.02 | 198.53 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 213 | 0.71 | 0.64 | 0 | 0.16 | 234.04 | 0.64 | 0.54 |
| Hex | 3E | 4D | D5 | 47 | 40 | 0 | 10 | EA | 40 | 36 |
| Octal | 76 | 115 | 325 | 107 | 100 | 0 | 20 | 352 | 100 | 66 |
| Binary | 111110 | 1001101 | 11010101 | 1000111 | 1000000 | 0 | 10000 | 11101010 | 1000000 | 110110 |
Color Harmonies of #3E4DD5
Complementary color
Monochromatic Colors of #3E4DD5
Black with #3E4DD5
Text Example
Text Example
White with #3E4DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4DD5; }
p { color: rgb(62,77,213); }
H1.HeaderClassName
{
color: #3E4DD5;
}
.AnyTagClassName
{
color: #3E4DD5;
}
</style>
background-color css
<style>
a { background-color: #3E4DD5; }
a { background-color: rgb(62,77,213); }
div.DivClassName
{
background-color: #3E4DD5;
}
.BgClassName
{
background-color: #3E4DD5;
}
</style>
border-color css
<style>
span { border-color: #3E4DD5; }
span { border-color: rgb(62,77,213); }
td.TdClassName
{
border-color: #3E4DD5;
}
.TagClassName
{
border-color: #3E4DD5;
}
</style>