Shades of Free Speech Blue #3F3EDD
Tints of Free Speech Blue #3F3EDD
RGB
CMYK
RGB Variations
Color information
#3F3EDD (or 0x3F3EDD) is known color: Free Speech Blue. HEX triplet: 3F, 3E and DD. RGB value is (63,62,221). Sum of RGB (Red+Green+Blue) = 63+62+221=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F3EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3EDD is #C0C122. Grayscale: #4F4F4F. Windows color (decimal): -12632355 or 14499391. OLE color: 14499391.
HSL color Cylindrical-coordinate representation of color #3F3EDD: hue angle of 240.38º 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 #3F3EDD is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 62 | 221 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.13 |
| HSL | 240.38º | 0.7% | 0.55% | - |
| HSV(B) | 240.38º | 0.72% | 0.87% | - |
| XYZ | 16.82 | 9.72 | 69.4 | - |
| YUV | 80.43 | 207.33 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 221 | 0.71 | 0.72 | 0 | 0.13 | 240.38 | 0.7 | 0.55 |
| Hex | 3F | 3E | DD | 47 | 48 | 0 | D | F0 | 46 | 37 |
| Octal | 77 | 76 | 335 | 107 | 110 | 0 | 15 | 360 | 106 | 67 |
| Binary | 111111 | 111110 | 11011101 | 1000111 | 1001000 | 0 | 1101 | 11110000 | 1000110 | 110111 |
Color Harmonies of #3F3EDD
Complementary color
Monochromatic Colors of #3F3EDD
Black with #3F3EDD
Text Example
Text Example
White with #3F3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3EDD; }
p { color: rgb(63,62,221); }
H1.HeaderClassName
{
color: #3F3EDD;
}
.AnyTagClassName
{
color: #3F3EDD;
}
</style>
background-color css
<style>
a { background-color: #3F3EDD; }
a { background-color: rgb(63,62,221); }
div.DivClassName
{
background-color: #3F3EDD;
}
.BgClassName
{
background-color: #3F3EDD;
}
</style>
border-color css
<style>
span { border-color: #3F3EDD; }
span { border-color: rgb(63,62,221); }
td.TdClassName
{
border-color: #3F3EDD;
}
.TagClassName
{
border-color: #3F3EDD;
}
</style>