Shades of Free Speech Blue #3F4FDE
Tints of Free Speech Blue #3F4FDE
RGB
CMYK
RGB Variations
Color information
#3F4FDE (or 0x3F4FDE) is known color: Free Speech Blue. HEX triplet: 3F, 4F and DE. RGB value is (63,79,222). Sum of RGB (Red+Green+Blue) = 63+79+222=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F4FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4FDE is #C0B021. Grayscale: #595959. Windows color (decimal): -12628002 or 14569279. OLE color: 14569279.
HSL color Cylindrical-coordinate representation of color #3F4FDE: hue angle of 233.96º 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 #3F4FDE is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 79 | 222 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.13 |
| HSL | 233.96º | 0.71% | 0.56% | - |
| HSV(B) | 233.96º | 0.72% | 0.87% | - |
| XYZ | 18.03 | 11.92 | 70.46 | - |
| YUV | 90.52 | 202.2 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 222 | 0.72 | 0.64 | 0 | 0.13 | 233.96 | 0.71 | 0.56 |
| Hex | 3F | 4F | DE | 48 | 40 | 0 | D | EA | 47 | 38 |
| Octal | 77 | 117 | 336 | 110 | 100 | 0 | 15 | 352 | 107 | 70 |
| Binary | 111111 | 1001111 | 11011110 | 1001000 | 1000000 | 0 | 1101 | 11101010 | 1000111 | 111000 |
Color Harmonies of #3F4FDE
Complementary color
Monochromatic Colors of #3F4FDE
Black with #3F4FDE
Text Example
Text Example
White with #3F4FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4FDE; }
p { color: rgb(63,79,222); }
H1.HeaderClassName
{
color: #3F4FDE;
}
.AnyTagClassName
{
color: #3F4FDE;
}
</style>
background-color css
<style>
a { background-color: #3F4FDE; }
a { background-color: rgb(63,79,222); }
div.DivClassName
{
background-color: #3F4FDE;
}
.BgClassName
{
background-color: #3F4FDE;
}
</style>
border-color css
<style>
span { border-color: #3F4FDE; }
span { border-color: rgb(63,79,222); }
td.TdClassName
{
border-color: #3F4FDE;
}
.TagClassName
{
border-color: #3F4FDE;
}
</style>