Shades of Free Speech Blue #3E4EDD
Tints of Free Speech Blue #3E4EDD
RGB
CMYK
RGB Variations
Color information
#3E4EDD (or 0x3E4EDD) is known color: Free Speech Blue. HEX triplet: 3E, 4E and DD. RGB value is (62,78,221). Sum of RGB (Red+Green+Blue) = 62+78+221=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E4EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4EDD is #C1B122. Grayscale: #585858. Windows color (decimal): -12693795 or 14503486. OLE color: 14503486.
HSL color Cylindrical-coordinate representation of color #3E4EDD: hue angle of 233.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E4EDD is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 78 | 221 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.13 |
| HSL | 233.96º | 0.7% | 0.55% | - |
| HSV(B) | 233.96º | 0.72% | 0.87% | - |
| XYZ | 17.76 | 11.69 | 69.73 | - |
| YUV | 89.52 | 202.2 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 221 | 0.72 | 0.65 | 0 | 0.13 | 233.96 | 0.7 | 0.55 |
| Hex | 3E | 4E | DD | 48 | 41 | 0 | D | EA | 46 | 37 |
| Octal | 76 | 116 | 335 | 110 | 101 | 0 | 15 | 352 | 106 | 67 |
| Binary | 111110 | 1001110 | 11011101 | 1001000 | 1000001 | 0 | 1101 | 11101010 | 1000110 | 110111 |
Color Harmonies of #3E4EDD
Complementary color
Monochromatic Colors of #3E4EDD
Black with #3E4EDD
Text Example
Text Example
White with #3E4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4EDD; }
p { color: rgb(62,78,221); }
H1.HeaderClassName
{
color: #3E4EDD;
}
.AnyTagClassName
{
color: #3E4EDD;
}
</style>
background-color css
<style>
a { background-color: #3E4EDD; }
a { background-color: rgb(62,78,221); }
div.DivClassName
{
background-color: #3E4EDD;
}
.BgClassName
{
background-color: #3E4EDD;
}
</style>
border-color css
<style>
span { border-color: #3E4EDD; }
span { border-color: rgb(62,78,221); }
td.TdClassName
{
border-color: #3E4EDD;
}
.TagClassName
{
border-color: #3E4EDD;
}
</style>