Shades of Free Speech Blue #3F44BF
Tints of Free Speech Blue #3F44BF
RGB
CMYK
RGB Variations
Color information
#3F44BF (or 0x3F44BF) is known color: Free Speech Blue. HEX triplet: 3F, 44 and BF. RGB value is (63,68,191). Sum of RGB (Red+Green+Blue) = 63+68+191=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F44BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F44BF is #C0BB40. Grayscale: #505050. Windows color (decimal): -12630849 or 12534847. OLE color: 12534847.
HSL color Cylindrical-coordinate representation of color #3F44BF: hue angle of 237.66º 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 #3F44BF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 68 | 191 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.25 |
| HSL | 237.66º | 0.5% | 0.5% | - |
| HSV(B) | 237.66º | 0.67% | 0.75% | - |
| XYZ | 13.52 | 8.95 | 50.31 | - |
| YUV | 80.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 191 | 0.67 | 0.64 | 0 | 0.25 | 237.66 | 0.5 | 0.5 |
| Hex | 3F | 44 | BF | 43 | 40 | 0 | 19 | EE | 32 | 32 |
| Octal | 77 | 104 | 277 | 103 | 100 | 0 | 31 | 356 | 62 | 62 |
| Binary | 111111 | 1000100 | 10111111 | 1000011 | 1000000 | 0 | 11001 | 11101110 | 110010 | 110010 |
Color Harmonies of #3F44BF
Complementary color
Monochromatic Colors of #3F44BF
Black with #3F44BF
Text Example
Text Example
White with #3F44BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F44BF; }
p { color: rgb(63,68,191); }
H1.HeaderClassName
{
color: #3F44BF;
}
.AnyTagClassName
{
color: #3F44BF;
}
</style>
background-color css
<style>
a { background-color: #3F44BF; }
a { background-color: rgb(63,68,191); }
div.DivClassName
{
background-color: #3F44BF;
}
.BgClassName
{
background-color: #3F44BF;
}
</style>
border-color css
<style>
span { border-color: #3F44BF; }
span { border-color: rgb(63,68,191); }
td.TdClassName
{
border-color: #3F44BF;
}
.TagClassName
{
border-color: #3F44BF;
}
</style>