Shades of Free Speech Blue #3F4DDF
Tints of Free Speech Blue #3F4DDF
RGB
CMYK
RGB Variations
Color information
#3F4DDF (or 0x3F4DDF) is known color: Free Speech Blue. HEX triplet: 3F, 4D and DF. RGB value is (63,77,223). Sum of RGB (Red+Green+Blue) = 63+77+223=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F4DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4DDF is #C0B220. Grayscale: #585858. Windows color (decimal): -12628513 or 14634303. OLE color: 14634303.
HSL color Cylindrical-coordinate representation of color #3F4DDF: hue angle of 234.75º 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 #3F4DDF is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 77 | 223 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.13 |
| HSL | 234.75º | 0.71% | 0.56% | - |
| HSV(B) | 234.75º | 0.72% | 0.87% | - |
| XYZ | 18.02 | 11.69 | 71.12 | - |
| YUV | 89.46 | 203.36 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 223 | 0.72 | 0.65 | 0 | 0.13 | 234.75 | 0.71 | 0.56 |
| Hex | 3F | 4D | DF | 48 | 41 | 0 | D | EB | 47 | 38 |
| Octal | 77 | 115 | 337 | 110 | 101 | 0 | 15 | 353 | 107 | 70 |
| Binary | 111111 | 1001101 | 11011111 | 1001000 | 1000001 | 0 | 1101 | 11101011 | 1000111 | 111000 |
Color Harmonies of #3F4DDF
Complementary color
Monochromatic Colors of #3F4DDF
Black with #3F4DDF
Text Example
Text Example
White with #3F4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4DDF; }
p { color: rgb(63,77,223); }
H1.HeaderClassName
{
color: #3F4DDF;
}
.AnyTagClassName
{
color: #3F4DDF;
}
</style>
background-color css
<style>
a { background-color: #3F4DDF; }
a { background-color: rgb(63,77,223); }
div.DivClassName
{
background-color: #3F4DDF;
}
.BgClassName
{
background-color: #3F4DDF;
}
</style>
border-color css
<style>
span { border-color: #3F4DDF; }
span { border-color: rgb(63,77,223); }
td.TdClassName
{
border-color: #3F4DDF;
}
.TagClassName
{
border-color: #3F4DDF;
}
</style>