Shades of Free Speech Blue #3F4FB0
Tints of Free Speech Blue #3F4FB0
RGB
CMYK
RGB Variations
Color information
#3F4FB0 (or 0x3F4FB0) is known color: Free Speech Blue. HEX triplet: 3F, 4F and B0. RGB value is (63,79,176). Sum of RGB (Red+Green+Blue) = 63+79+176=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #3F4FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4FB0 is #C0B04F. Grayscale: #545454. Windows color (decimal): -12628048 or 11554623. OLE color: 11554623.
HSL color Cylindrical-coordinate representation of color #3F4FB0: hue angle of 231.5º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F4FB0 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 79 | 176 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.31 |
| HSL | 231.5º | 0.47% | 0.47% | - |
| HSV(B) | 231.5º | 0.64% | 0.69% | - |
| XYZ | 12.68 | 9.78 | 42.29 | - |
| YUV | 85.27 | 179.2 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 176 | 0.64 | 0.55 | 0 | 0.31 | 231.5 | 0.47 | 0.47 |
| Hex | 3F | 4F | B0 | 40 | 37 | 0 | 1F | E8 | 2F | 2F |
| Octal | 77 | 117 | 260 | 100 | 67 | 0 | 37 | 350 | 57 | 57 |
| Binary | 111111 | 1001111 | 10110000 | 1000000 | 110111 | 0 | 11111 | 11101000 | 101111 | 101111 |
Color Harmonies of #3F4FB0
Complementary color
Monochromatic Colors of #3F4FB0
Black with #3F4FB0
Text Example
Text Example
White with #3F4FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4FB0; }
p { color: rgb(63,79,176); }
H1.HeaderClassName
{
color: #3F4FB0;
}
.AnyTagClassName
{
color: #3F4FB0;
}
</style>
background-color css
<style>
a { background-color: #3F4FB0; }
a { background-color: rgb(63,79,176); }
div.DivClassName
{
background-color: #3F4FB0;
}
.BgClassName
{
background-color: #3F4FB0;
}
</style>
border-color css
<style>
span { border-color: #3F4FB0; }
span { border-color: rgb(63,79,176); }
td.TdClassName
{
border-color: #3F4FB0;
}
.TagClassName
{
border-color: #3F4FB0;
}
</style>