Shades of Free Speech Blue #3F69C5
Tints of Free Speech Blue #3F69C5
RGB
CMYK
RGB Variations
Color information
#3F69C5 (or 0x3F69C5) is known color: Free Speech Blue. HEX triplet: 3F, 69 and C5. RGB value is (63,105,197). Sum of RGB (Red+Green+Blue) = 63+105+197=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 197 (77.34% from 255 or 53.97% from 365); Max value from RGB is 197 - color contains mainly: blue. Hex color #3F69C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69C5 is #C0963A. Grayscale: #666666. Windows color (decimal): -12621371 or 12937535. OLE color: 12937535.
HSL color Cylindrical-coordinate representation of color #3F69C5: hue angle of 221.19º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F69C5 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 105 | 197 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.23 |
| HSL | 221.19º | 0.54% | 0.51% | - |
| HSV(B) | 221.19º | 0.68% | 0.77% | - |
| XYZ | 17.18 | 15.19 | 54.85 | - |
| YUV | 102.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 197 | 0.68 | 0.47 | 0 | 0.23 | 221.19 | 0.54 | 0.51 |
| Hex | 3F | 69 | C5 | 44 | 2F | 0 | 17 | DD | 36 | 33 |
| Octal | 77 | 151 | 305 | 104 | 57 | 0 | 27 | 335 | 66 | 63 |
| Binary | 111111 | 1101001 | 11000101 | 1000100 | 101111 | 0 | 10111 | 11011101 | 110110 | 110011 |
Color Harmonies of #3F69C5
Complementary color
Monochromatic Colors of #3F69C5
Black with #3F69C5
Text Example
Text Example
White with #3F69C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69C5; }
p { color: rgb(63,105,197); }
H1.HeaderClassName
{
color: #3F69C5;
}
.AnyTagClassName
{
color: #3F69C5;
}
</style>
background-color css
<style>
a { background-color: #3F69C5; }
a { background-color: rgb(63,105,197); }
div.DivClassName
{
background-color: #3F69C5;
}
.BgClassName
{
background-color: #3F69C5;
}
</style>
border-color css
<style>
span { border-color: #3F69C5; }
span { border-color: rgb(63,105,197); }
td.TdClassName
{
border-color: #3F69C5;
}
.TagClassName
{
border-color: #3F69C5;
}
</style>