Shades of Free Speech Blue #3F2ED4
Tints of Free Speech Blue #3F2ED4
RGB
CMYK
RGB Variations
Color information
#3F2ED4 (or 0x3F2ED4) is known color: Free Speech Blue. HEX triplet: 3F, 2E and D4. RGB value is (63,46,212). Sum of RGB (Red+Green+Blue) = 63+46+212=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 212 (83.20% from 255 or 66.04% from 321); Max value from RGB is 212 - color contains mainly: blue. Hex color #3F2ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2ED4 is #C0D12B. Grayscale: #454545. Windows color (decimal): -12636460 or 13905471. OLE color: 13905471.
HSL color Cylindrical-coordinate representation of color #3F2ED4: hue angle of 246.14º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F2ED4 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 46 | 212 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.17 |
| HSL | 246.14º | 0.66% | 0.51% | - |
| HSV(B) | 246.14º | 0.78% | 0.83% | - |
| XYZ | 14.91 | 7.76 | 63 | - |
| YUV | 70.01 | 208.13 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 212 | 0.70 | 0.78 | 0 | 0.17 | 246.14 | 0.66 | 0.51 |
| Hex | 3F | 2E | D4 | 46 | 4E | 0 | 11 | F6 | 42 | 33 |
| Octal | 77 | 56 | 324 | 106 | 116 | 0 | 21 | 366 | 102 | 63 |
| Binary | 111111 | 101110 | 11010100 | 1000110 | 1001110 | 0 | 10001 | 11110110 | 1000010 | 110011 |
Color Harmonies of #3F2ED4
Complementary color
Monochromatic Colors of #3F2ED4
Black with #3F2ED4
Text Example
Text Example
White with #3F2ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2ED4; }
p { color: rgb(63,46,212); }
H1.HeaderClassName
{
color: #3F2ED4;
}
.AnyTagClassName
{
color: #3F2ED4;
}
</style>
background-color css
<style>
a { background-color: #3F2ED4; }
a { background-color: rgb(63,46,212); }
div.DivClassName
{
background-color: #3F2ED4;
}
.BgClassName
{
background-color: #3F2ED4;
}
</style>
border-color css
<style>
span { border-color: #3F2ED4; }
span { border-color: rgb(63,46,212); }
td.TdClassName
{
border-color: #3F2ED4;
}
.TagClassName
{
border-color: #3F2ED4;
}
</style>