Shades of Free Speech Blue #3F41BC
Tints of Free Speech Blue #3F41BC
RGB
CMYK
RGB Variations
Color information
#3F41BC (or 0x3F41BC) is known color: Free Speech Blue. HEX triplet: 3F, 41 and BC. RGB value is (63,65,188). Sum of RGB (Red+Green+Blue) = 63+65+188=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F41BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F41BC is #C0BE43. Grayscale: #4D4D4D. Windows color (decimal): -12631620 or 12337471. OLE color: 12337471.
HSL color Cylindrical-coordinate representation of color #3F41BC: hue angle of 239.04º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F41BC is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 65 | 188 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.26 |
| HSL | 239.04º | 0.5% | 0.49% | - |
| HSV(B) | 239.04º | 0.66% | 0.74% | - |
| XYZ | 13.02 | 8.47 | 48.53 | - |
| YUV | 78.42 | 189.84 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 188 | 0.66 | 0.65 | 0 | 0.26 | 239.04 | 0.5 | 0.49 |
| Hex | 3F | 41 | BC | 42 | 41 | 0 | 1A | EF | 32 | 31 |
| Octal | 77 | 101 | 274 | 102 | 101 | 0 | 32 | 357 | 62 | 61 |
| Binary | 111111 | 1000001 | 10111100 | 1000010 | 1000001 | 0 | 11010 | 11101111 | 110010 | 110001 |
Color Harmonies of #3F41BC
Complementary color
Monochromatic Colors of #3F41BC
Black with #3F41BC
Text Example
Text Example
White with #3F41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F41BC; }
p { color: rgb(63,65,188); }
H1.HeaderClassName
{
color: #3F41BC;
}
.AnyTagClassName
{
color: #3F41BC;
}
</style>
background-color css
<style>
a { background-color: #3F41BC; }
a { background-color: rgb(63,65,188); }
div.DivClassName
{
background-color: #3F41BC;
}
.BgClassName
{
background-color: #3F41BC;
}
</style>
border-color css
<style>
span { border-color: #3F41BC; }
span { border-color: rgb(63,65,188); }
td.TdClassName
{
border-color: #3F41BC;
}
.TagClassName
{
border-color: #3F41BC;
}
</style>