Shades of Free Speech Blue #3E4DDE
Tints of Free Speech Blue #3E4DDE
RGB
CMYK
RGB Variations
Color information
#3E4DDE (or 0x3E4DDE) is known color: Free Speech Blue. HEX triplet: 3E, 4D and DE. RGB value is (62,77,222). Sum of RGB (Red+Green+Blue) = 62+77+222=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E4DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DDE is #C1B221. Grayscale: #585858. Windows color (decimal): -12694050 or 14568766. OLE color: 14568766.
HSL color Cylindrical-coordinate representation of color #3E4DDE: hue angle of 234.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E4DDE is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 77 | 222 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.13 |
| HSL | 234.38º | 0.71% | 0.56% | - |
| HSV(B) | 234.38º | 0.72% | 0.87% | - |
| XYZ | 17.83 | 11.61 | 70.41 | - |
| YUV | 89.05 | 203.03 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 222 | 0.72 | 0.65 | 0 | 0.13 | 234.38 | 0.71 | 0.56 |
| Hex | 3E | 4D | DE | 48 | 41 | 0 | D | EA | 47 | 38 |
| Octal | 76 | 115 | 336 | 110 | 101 | 0 | 15 | 352 | 107 | 70 |
| Binary | 111110 | 1001101 | 11011110 | 1001000 | 1000001 | 0 | 1101 | 11101010 | 1000111 | 111000 |
Color Harmonies of #3E4DDE
Complementary color
Monochromatic Colors of #3E4DDE
Black with #3E4DDE
Text Example
Text Example
White with #3E4DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4DDE; }
p { color: rgb(62,77,222); }
H1.HeaderClassName
{
color: #3E4DDE;
}
.AnyTagClassName
{
color: #3E4DDE;
}
</style>
background-color css
<style>
a { background-color: #3E4DDE; }
a { background-color: rgb(62,77,222); }
div.DivClassName
{
background-color: #3E4DDE;
}
.BgClassName
{
background-color: #3E4DDE;
}
</style>
border-color css
<style>
span { border-color: #3E4DDE; }
span { border-color: rgb(62,77,222); }
td.TdClassName
{
border-color: #3E4DDE;
}
.TagClassName
{
border-color: #3E4DDE;
}
</style>