Shades of Free Speech Blue #3F3FBB
Tints of Free Speech Blue #3F3FBB
RGB
CMYK
RGB Variations
Color information
#3F3FBB (or 0x3F3FBB) is known color: Free Speech Blue. HEX triplet: 3F, 3F and BB. RGB value is (63,63,187). Sum of RGB (Red+Green+Blue) = 63+63+187=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F3FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3FBB is #C0C044. Grayscale: #4C4C4C. Windows color (decimal): -12632133 or 12271423. OLE color: 12271423.
HSL color Cylindrical-coordinate representation of color #3F3FBB: hue angle of 240º degrees, saturation: 0.5, 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 #3F3FBB is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 63 | 187 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.27 |
| HSL | 240º | 0.5% | 0.49% | - |
| HSV(B) | 240º | 0.66% | 0.73% | - |
| XYZ | 12.8 | 8.2 | 47.92 | - |
| YUV | 77.14 | 190 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 187 | 0.66 | 0.66 | 0 | 0.27 | 240 | 0.5 | 0.49 |
| Hex | 3F | 3F | BB | 42 | 42 | 0 | 1B | F0 | 32 | 31 |
| Octal | 77 | 77 | 273 | 102 | 102 | 0 | 33 | 360 | 62 | 61 |
| Binary | 111111 | 111111 | 10111011 | 1000010 | 1000010 | 0 | 11011 | 11110000 | 110010 | 110001 |
Color Harmonies of #3F3FBB
Complementary color
Monochromatic Colors of #3F3FBB
Black with #3F3FBB
Text Example
Text Example
White with #3F3FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3FBB; }
p { color: rgb(63,63,187); }
H1.HeaderClassName
{
color: #3F3FBB;
}
.AnyTagClassName
{
color: #3F3FBB;
}
</style>
background-color css
<style>
a { background-color: #3F3FBB; }
a { background-color: rgb(63,63,187); }
div.DivClassName
{
background-color: #3F3FBB;
}
.BgClassName
{
background-color: #3F3FBB;
}
</style>
border-color css
<style>
span { border-color: #3F3FBB; }
span { border-color: rgb(63,63,187); }
td.TdClassName
{
border-color: #3F3FBB;
}
.TagClassName
{
border-color: #3F3FBB;
}
</style>