Shades of Free Speech Blue #3F4DB3
Tints of Free Speech Blue #3F4DB3
RGB
CMYK
RGB Variations
Color information
#3F4DB3 (or 0x3F4DB3) is known color: Free Speech Blue. HEX triplet: 3F, 4D and B3. RGB value is (63,77,179). Sum of RGB (Red+Green+Blue) = 63+77+179=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F4DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4DB3 is #C0B24C. Grayscale: #545454. Windows color (decimal): -12628557 or 11750719. OLE color: 11750719.
HSL color Cylindrical-coordinate representation of color #3F4DB3: hue angle of 232.76º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F4DB3 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 77 | 179 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.30 |
| HSL | 232.76º | 0.48% | 0.47% | - |
| HSV(B) | 232.76º | 0.65% | 0.7% | - |
| XYZ | 12.84 | 9.62 | 43.83 | - |
| YUV | 84.44 | 181.36 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 179 | 0.65 | 0.57 | 0 | 0.30 | 232.76 | 0.48 | 0.47 |
| Hex | 3F | 4D | B3 | 41 | 39 | 0 | 1E | E9 | 30 | 2F |
| Octal | 77 | 115 | 263 | 101 | 71 | 0 | 36 | 351 | 60 | 57 |
| Binary | 111111 | 1001101 | 10110011 | 1000001 | 111001 | 0 | 11110 | 11101001 | 110000 | 101111 |
Color Harmonies of #3F4DB3
Complementary color
Monochromatic Colors of #3F4DB3
Black with #3F4DB3
Text Example
Text Example
White with #3F4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4DB3; }
p { color: rgb(63,77,179); }
H1.HeaderClassName
{
color: #3F4DB3;
}
.AnyTagClassName
{
color: #3F4DB3;
}
</style>
background-color css
<style>
a { background-color: #3F4DB3; }
a { background-color: rgb(63,77,179); }
div.DivClassName
{
background-color: #3F4DB3;
}
.BgClassName
{
background-color: #3F4DB3;
}
</style>
border-color css
<style>
span { border-color: #3F4DB3; }
span { border-color: rgb(63,77,179); }
td.TdClassName
{
border-color: #3F4DB3;
}
.TagClassName
{
border-color: #3F4DB3;
}
</style>