Shades of Free Speech Blue #3F47BA
Tints of Free Speech Blue #3F47BA
RGB
CMYK
RGB Variations
Color information
#3F47BA (or 0x3F47BA) is known color: Free Speech Blue. HEX triplet: 3F, 47 and BA. RGB value is (63,71,186). Sum of RGB (Red+Green+Blue) = 63+71+186=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F47BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F47BA is #C0B845. Grayscale: #515151. Windows color (decimal): -12630086 or 12207935. OLE color: 12207935.
HSL color Cylindrical-coordinate representation of color #3F47BA: hue angle of 236.1º 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 #3F47BA is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 71 | 186 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.27 |
| HSL | 236.1º | 0.49% | 0.49% | - |
| HSV(B) | 236.1º | 0.66% | 0.73% | - |
| XYZ | 13.17 | 9.11 | 47.52 | - |
| YUV | 81.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 186 | 0.66 | 0.62 | 0 | 0.27 | 236.1 | 0.49 | 0.49 |
| Hex | 3F | 47 | BA | 42 | 3E | 0 | 1B | EC | 31 | 31 |
| Octal | 77 | 107 | 272 | 102 | 76 | 0 | 33 | 354 | 61 | 61 |
| Binary | 111111 | 1000111 | 10111010 | 1000010 | 111110 | 0 | 11011 | 11101100 | 110001 | 110001 |
Color Harmonies of #3F47BA
Complementary color
Monochromatic Colors of #3F47BA
Black with #3F47BA
Text Example
Text Example
White with #3F47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F47BA; }
p { color: rgb(63,71,186); }
H1.HeaderClassName
{
color: #3F47BA;
}
.AnyTagClassName
{
color: #3F47BA;
}
</style>
background-color css
<style>
a { background-color: #3F47BA; }
a { background-color: rgb(63,71,186); }
div.DivClassName
{
background-color: #3F47BA;
}
.BgClassName
{
background-color: #3F47BA;
}
</style>
border-color css
<style>
span { border-color: #3F47BA; }
span { border-color: rgb(63,71,186); }
td.TdClassName
{
border-color: #3F47BA;
}
.TagClassName
{
border-color: #3F47BA;
}
</style>