Shades of Free Speech Blue #3F4DDA
Tints of Free Speech Blue #3F4DDA
RGB
CMYK
RGB Variations
Color information
#3F4DDA (or 0x3F4DDA) is known color: Free Speech Blue. HEX triplet: 3F, 4D and DA. RGB value is (63,77,218). Sum of RGB (Red+Green+Blue) = 63+77+218=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F4DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4DDA is #C0B225. Grayscale: #585858. Windows color (decimal): -12628518 or 14306623. OLE color: 14306623.
HSL color Cylindrical-coordinate representation of color #3F4DDA: hue angle of 234.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F4DDA is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 77 | 218 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.15 |
| HSL | 234.58º | 0.68% | 0.55% | - |
| HSV(B) | 234.58º | 0.71% | 0.85% | - |
| XYZ | 17.36 | 11.43 | 67.62 | - |
| YUV | 88.89 | 200.86 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 218 | 0.71 | 0.65 | 0 | 0.15 | 234.58 | 0.68 | 0.55 |
| Hex | 3F | 4D | DA | 47 | 41 | 0 | F | EB | 44 | 37 |
| Octal | 77 | 115 | 332 | 107 | 101 | 0 | 17 | 353 | 104 | 67 |
| Binary | 111111 | 1001101 | 11011010 | 1000111 | 1000001 | 0 | 1111 | 11101011 | 1000100 | 110111 |
Color Harmonies of #3F4DDA
Complementary color
Monochromatic Colors of #3F4DDA
Black with #3F4DDA
Text Example
Text Example
White with #3F4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4DDA; }
p { color: rgb(63,77,218); }
H1.HeaderClassName
{
color: #3F4DDA;
}
.AnyTagClassName
{
color: #3F4DDA;
}
</style>
background-color css
<style>
a { background-color: #3F4DDA; }
a { background-color: rgb(63,77,218); }
div.DivClassName
{
background-color: #3F4DDA;
}
.BgClassName
{
background-color: #3F4DDA;
}
</style>
border-color css
<style>
span { border-color: #3F4DDA; }
span { border-color: rgb(63,77,218); }
td.TdClassName
{
border-color: #3F4DDA;
}
.TagClassName
{
border-color: #3F4DDA;
}
</style>