Shades of Free Speech Blue #3F69BE
Tints of Free Speech Blue #3F69BE
RGB
CMYK
RGB Variations
Color information
#3F69BE (or 0x3F69BE) is known color: Free Speech Blue. HEX triplet: 3F, 69 and BE. RGB value is (63,105,190). Sum of RGB (Red+Green+Blue) = 63+105+190=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F69BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69BE is #C09641. Grayscale: #656565. Windows color (decimal): -12621378 or 12478783. OLE color: 12478783.
HSL color Cylindrical-coordinate representation of color #3F69BE: hue angle of 220.16º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F69BE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 105 | 190 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.25 |
| HSL | 220.16º | 0.5% | 0.5% | - |
| HSV(B) | 220.16º | 0.67% | 0.75% | - |
| XYZ | 16.4 | 14.88 | 50.72 | - |
| YUV | 102.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 190 | 0.67 | 0.45 | 0 | 0.25 | 220.16 | 0.5 | 0.5 |
| Hex | 3F | 69 | BE | 43 | 2D | 0 | 19 | DC | 32 | 32 |
| Octal | 77 | 151 | 276 | 103 | 55 | 0 | 31 | 334 | 62 | 62 |
| Binary | 111111 | 1101001 | 10111110 | 1000011 | 101101 | 0 | 11001 | 11011100 | 110010 | 110010 |
Color Harmonies of #3F69BE
Complementary color
Monochromatic Colors of #3F69BE
Black with #3F69BE
Text Example
Text Example
White with #3F69BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69BE; }
p { color: rgb(63,105,190); }
H1.HeaderClassName
{
color: #3F69BE;
}
.AnyTagClassName
{
color: #3F69BE;
}
</style>
background-color css
<style>
a { background-color: #3F69BE; }
a { background-color: rgb(63,105,190); }
div.DivClassName
{
background-color: #3F69BE;
}
.BgClassName
{
background-color: #3F69BE;
}
</style>
border-color css
<style>
span { border-color: #3F69BE; }
span { border-color: rgb(63,105,190); }
td.TdClassName
{
border-color: #3F69BE;
}
.TagClassName
{
border-color: #3F69BE;
}
</style>