Shades of Free Speech Blue #3F38D9
Tints of Free Speech Blue #3F38D9
RGB
CMYK
RGB Variations
Color information
#3F38D9 (or 0x3F38D9) is known color: Free Speech Blue. HEX triplet: 3F, 38 and D9. RGB value is (63,56,217). Sum of RGB (Red+Green+Blue) = 63+56+217=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 217 (85.16% from 255 or 64.58% from 336); Max value from RGB is 217 - color contains mainly: blue. Hex color #3F38D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F38D9 is #C0C726. Grayscale: #4B4B4B. Windows color (decimal): -12633895 or 14235711. OLE color: 14235711.
HSL color Cylindrical-coordinate representation of color #3F38D9: hue angle of 242.61º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F38D9 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 56 | 217 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.15 |
| HSL | 242.61º | 0.68% | 0.54% | - |
| HSV(B) | 242.61º | 0.74% | 0.85% | - |
| XYZ | 15.99 | 8.89 | 66.52 | - |
| YUV | 76.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 217 | 0.71 | 0.74 | 0 | 0.15 | 242.61 | 0.68 | 0.54 |
| Hex | 3F | 38 | D9 | 47 | 4A | 0 | F | F3 | 44 | 36 |
| Octal | 77 | 70 | 331 | 107 | 112 | 0 | 17 | 363 | 104 | 66 |
| Binary | 111111 | 111000 | 11011001 | 1000111 | 1001010 | 0 | 1111 | 11110011 | 1000100 | 110110 |
Color Harmonies of #3F38D9
Complementary color
Monochromatic Colors of #3F38D9
Black with #3F38D9
Text Example
Text Example
White with #3F38D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F38D9; }
p { color: rgb(63,56,217); }
H1.HeaderClassName
{
color: #3F38D9;
}
.AnyTagClassName
{
color: #3F38D9;
}
</style>
background-color css
<style>
a { background-color: #3F38D9; }
a { background-color: rgb(63,56,217); }
div.DivClassName
{
background-color: #3F38D9;
}
.BgClassName
{
background-color: #3F38D9;
}
</style>
border-color css
<style>
span { border-color: #3F38D9; }
span { border-color: rgb(63,56,217); }
td.TdClassName
{
border-color: #3F38D9;
}
.TagClassName
{
border-color: #3F38D9;
}
</style>