Shades of Free Speech Blue #3F52BA
Tints of Free Speech Blue #3F52BA
RGB
CMYK
RGB Variations
Color information
#3F52BA (or 0x3F52BA) is known color: Free Speech Blue. HEX triplet: 3F, 52 and BA. RGB value is (63,82,186). Sum of RGB (Red+Green+Blue) = 63+82+186=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F52BA is #C0AD45. Grayscale: #575757. Windows color (decimal): -12627270 or 12210751. OLE color: 12210751.
HSL color Cylindrical-coordinate representation of color #3F52BA: hue angle of 230.73º 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 #3F52BA is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 82 | 186 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.27 |
| HSL | 230.73º | 0.49% | 0.49% | - |
| HSV(B) | 230.73º | 0.66% | 0.73% | - |
| XYZ | 13.93 | 10.64 | 47.77 | - |
| YUV | 88.18 | 183.21 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 186 | 0.66 | 0.56 | 0 | 0.27 | 230.73 | 0.49 | 0.49 |
| Hex | 3F | 52 | BA | 42 | 38 | 0 | 1B | E7 | 31 | 31 |
| Octal | 77 | 122 | 272 | 102 | 70 | 0 | 33 | 347 | 61 | 61 |
| Binary | 111111 | 1010010 | 10111010 | 1000010 | 111000 | 0 | 11011 | 11100111 | 110001 | 110001 |
Color Harmonies of #3F52BA
Complementary color
Monochromatic Colors of #3F52BA
Black with #3F52BA
Text Example
Text Example
White with #3F52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F52BA; }
p { color: rgb(63,82,186); }
H1.HeaderClassName
{
color: #3F52BA;
}
.AnyTagClassName
{
color: #3F52BA;
}
</style>
background-color css
<style>
a { background-color: #3F52BA; }
a { background-color: rgb(63,82,186); }
div.DivClassName
{
background-color: #3F52BA;
}
.BgClassName
{
background-color: #3F52BA;
}
</style>
border-color css
<style>
span { border-color: #3F52BA; }
span { border-color: rgb(63,82,186); }
td.TdClassName
{
border-color: #3F52BA;
}
.TagClassName
{
border-color: #3F52BA;
}
</style>