Shades of Free Speech Blue #3F69BB
Tints of Free Speech Blue #3F69BB
RGB
CMYK
RGB Variations
Color information
#3F69BB (or 0x3F69BB) is known color: Free Speech Blue. HEX triplet: 3F, 69 and BB. RGB value is (63,105,187). Sum of RGB (Red+Green+Blue) = 63+105+187=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F69BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69BB is #C09644. Grayscale: #656565. Windows color (decimal): -12621381 or 12282175. OLE color: 12282175.
HSL color Cylindrical-coordinate representation of color #3F69BB: hue angle of 219.68º 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 #3F69BB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 105 | 187 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.27 |
| HSL | 219.68º | 0.5% | 0.49% | - |
| HSV(B) | 219.68º | 0.66% | 0.73% | - |
| XYZ | 16.07 | 14.75 | 49.01 | - |
| YUV | 101.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 187 | 0.66 | 0.44 | 0 | 0.27 | 219.68 | 0.5 | 0.49 |
| Hex | 3F | 69 | BB | 42 | 2C | 0 | 1B | DC | 32 | 31 |
| Octal | 77 | 151 | 273 | 102 | 54 | 0 | 33 | 334 | 62 | 61 |
| Binary | 111111 | 1101001 | 10111011 | 1000010 | 101100 | 0 | 11011 | 11011100 | 110010 | 110001 |
Color Harmonies of #3F69BB
Complementary color
Monochromatic Colors of #3F69BB
Black with #3F69BB
Text Example
Text Example
White with #3F69BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69BB; }
p { color: rgb(63,105,187); }
H1.HeaderClassName
{
color: #3F69BB;
}
.AnyTagClassName
{
color: #3F69BB;
}
</style>
background-color css
<style>
a { background-color: #3F69BB; }
a { background-color: rgb(63,105,187); }
div.DivClassName
{
background-color: #3F69BB;
}
.BgClassName
{
background-color: #3F69BB;
}
</style>
border-color css
<style>
span { border-color: #3F69BB; }
span { border-color: rgb(63,105,187); }
td.TdClassName
{
border-color: #3F69BB;
}
.TagClassName
{
border-color: #3F69BB;
}
</style>