Shades of Free Speech Blue #3F4FBA
Tints of Free Speech Blue #3F4FBA
RGB
CMYK
RGB Variations
Color information
#3F4FBA (or 0x3F4FBA) is known color: Free Speech Blue. HEX triplet: 3F, 4F and BA. RGB value is (63,79,186). Sum of RGB (Red+Green+Blue) = 63+79+186=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4FBA is #C0B045. Grayscale: #555555. Windows color (decimal): -12628038 or 12209983. OLE color: 12209983.
HSL color Cylindrical-coordinate representation of color #3F4FBA: hue angle of 232.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F4FBA is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 79 | 186 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.27 |
| HSL | 232.2º | 0.49% | 0.49% | - |
| HSV(B) | 232.2º | 0.66% | 0.73% | - |
| XYZ | 13.71 | 10.19 | 47.7 | - |
| YUV | 86.41 | 184.2 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 186 | 0.66 | 0.58 | 0 | 0.27 | 232.2 | 0.49 | 0.49 |
| Hex | 3F | 4F | BA | 42 | 3A | 0 | 1B | E8 | 31 | 31 |
| Octal | 77 | 117 | 272 | 102 | 72 | 0 | 33 | 350 | 61 | 61 |
| Binary | 111111 | 1001111 | 10111010 | 1000010 | 111010 | 0 | 11011 | 11101000 | 110001 | 110001 |
Color Harmonies of #3F4FBA
Complementary color
Monochromatic Colors of #3F4FBA
Black with #3F4FBA
Text Example
Text Example
White with #3F4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4FBA; }
p { color: rgb(63,79,186); }
H1.HeaderClassName
{
color: #3F4FBA;
}
.AnyTagClassName
{
color: #3F4FBA;
}
</style>
background-color css
<style>
a { background-color: #3F4FBA; }
a { background-color: rgb(63,79,186); }
div.DivClassName
{
background-color: #3F4FBA;
}
.BgClassName
{
background-color: #3F4FBA;
}
</style>
border-color css
<style>
span { border-color: #3F4FBA; }
span { border-color: rgb(63,79,186); }
td.TdClassName
{
border-color: #3F4FBA;
}
.TagClassName
{
border-color: #3F4FBA;
}
</style>