Shades of Free Speech Blue #3F4EDE
Tints of Free Speech Blue #3F4EDE
RGB
CMYK
RGB Variations
Color information
#3F4EDE (or 0x3F4EDE) is known color: Free Speech Blue. HEX triplet: 3F, 4E and DE. RGB value is (63,78,222). Sum of RGB (Red+Green+Blue) = 63+78+222=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F4EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4EDE is #C0B121. Grayscale: #595959. Windows color (decimal): -12628258 or 14569023. OLE color: 14569023.
HSL color Cylindrical-coordinate representation of color #3F4EDE: hue angle of 234.34º 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 #3F4EDE is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 78 | 222 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.13 |
| HSL | 234.34º | 0.71% | 0.56% | - |
| HSV(B) | 234.34º | 0.72% | 0.87% | - |
| XYZ | 17.96 | 11.78 | 70.43 | - |
| YUV | 89.93 | 202.53 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 222 | 0.72 | 0.65 | 0 | 0.13 | 234.34 | 0.71 | 0.56 |
| Hex | 3F | 4E | DE | 48 | 41 | 0 | D | EA | 47 | 38 |
| Octal | 77 | 116 | 336 | 110 | 101 | 0 | 15 | 352 | 107 | 70 |
| Binary | 111111 | 1001110 | 11011110 | 1001000 | 1000001 | 0 | 1101 | 11101010 | 1000111 | 111000 |
Color Harmonies of #3F4EDE
Complementary color
Monochromatic Colors of #3F4EDE
Black with #3F4EDE
Text Example
Text Example
White with #3F4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4EDE; }
p { color: rgb(63,78,222); }
H1.HeaderClassName
{
color: #3F4EDE;
}
.AnyTagClassName
{
color: #3F4EDE;
}
</style>
background-color css
<style>
a { background-color: #3F4EDE; }
a { background-color: rgb(63,78,222); }
div.DivClassName
{
background-color: #3F4EDE;
}
.BgClassName
{
background-color: #3F4EDE;
}
</style>
border-color css
<style>
span { border-color: #3F4EDE; }
span { border-color: rgb(63,78,222); }
td.TdClassName
{
border-color: #3F4EDE;
}
.TagClassName
{
border-color: #3F4EDE;
}
</style>