Shades of Free Speech Blue #3F4EDD
Tints of Free Speech Blue #3F4EDD
RGB
CMYK
RGB Variations
Color information
#3F4EDD (or 0x3F4EDD) is known color: Free Speech Blue. HEX triplet: 3F, 4E and DD. RGB value is (63,78,221). Sum of RGB (Red+Green+Blue) = 63+78+221=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F4EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4EDD is #C0B122. Grayscale: #595959. Windows color (decimal): -12628259 or 14503487. OLE color: 14503487.
HSL color Cylindrical-coordinate representation of color #3F4EDD: hue angle of 234.3º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F4EDD is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 78 | 221 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.13 |
| HSL | 234.3º | 0.7% | 0.56% | - |
| HSV(B) | 234.3º | 0.71% | 0.87% | - |
| XYZ | 17.83 | 11.73 | 69.73 | - |
| YUV | 89.82 | 202.03 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 221 | 0.71 | 0.65 | 0 | 0.13 | 234.3 | 0.7 | 0.56 |
| Hex | 3F | 4E | DD | 47 | 41 | 0 | D | EA | 46 | 38 |
| Octal | 77 | 116 | 335 | 107 | 101 | 0 | 15 | 352 | 106 | 70 |
| Binary | 111111 | 1001110 | 11011101 | 1000111 | 1000001 | 0 | 1101 | 11101010 | 1000110 | 111000 |
Color Harmonies of #3F4EDD
Complementary color
Monochromatic Colors of #3F4EDD
Black with #3F4EDD
Text Example
Text Example
White with #3F4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4EDD; }
p { color: rgb(63,78,221); }
H1.HeaderClassName
{
color: #3F4EDD;
}
.AnyTagClassName
{
color: #3F4EDD;
}
</style>
background-color css
<style>
a { background-color: #3F4EDD; }
a { background-color: rgb(63,78,221); }
div.DivClassName
{
background-color: #3F4EDD;
}
.BgClassName
{
background-color: #3F4EDD;
}
</style>
border-color css
<style>
span { border-color: #3F4EDD; }
span { border-color: rgb(63,78,221); }
td.TdClassName
{
border-color: #3F4EDD;
}
.TagClassName
{
border-color: #3F4EDD;
}
</style>