Shades of Free Speech Blue #3F42BC
Tints of Free Speech Blue #3F42BC
RGB
CMYK
RGB Variations
Color information
#3F42BC (or 0x3F42BC) is known color: Free Speech Blue. HEX triplet: 3F, 42 and BC. RGB value is (63,66,188). Sum of RGB (Red+Green+Blue) = 63+66+188=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F42BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F42BC is #C0BD43. Grayscale: #4E4E4E. Windows color (decimal): -12631364 or 12337727. OLE color: 12337727.
HSL color Cylindrical-coordinate representation of color #3F42BC: hue angle of 238.56º 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 #3F42BC is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 66 | 188 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.26 |
| HSL | 238.56º | 0.5% | 0.49% | - |
| HSV(B) | 238.56º | 0.66% | 0.74% | - |
| XYZ | 13.08 | 8.58 | 48.54 | - |
| YUV | 79.01 | 189.51 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 188 | 0.66 | 0.65 | 0 | 0.26 | 238.56 | 0.5 | 0.49 |
| Hex | 3F | 42 | BC | 42 | 41 | 0 | 1A | EF | 32 | 31 |
| Octal | 77 | 102 | 274 | 102 | 101 | 0 | 32 | 357 | 62 | 61 |
| Binary | 111111 | 1000010 | 10111100 | 1000010 | 1000001 | 0 | 11010 | 11101111 | 110010 | 110001 |
Color Harmonies of #3F42BC
Complementary color
Monochromatic Colors of #3F42BC
Black with #3F42BC
Text Example
Text Example
White with #3F42BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F42BC; }
p { color: rgb(63,66,188); }
H1.HeaderClassName
{
color: #3F42BC;
}
.AnyTagClassName
{
color: #3F42BC;
}
</style>
background-color css
<style>
a { background-color: #3F42BC; }
a { background-color: rgb(63,66,188); }
div.DivClassName
{
background-color: #3F42BC;
}
.BgClassName
{
background-color: #3F42BC;
}
</style>
border-color css
<style>
span { border-color: #3F42BC; }
span { border-color: rgb(63,66,188); }
td.TdClassName
{
border-color: #3F42BC;
}
.TagClassName
{
border-color: #3F42BC;
}
</style>