Shades of Free Speech Blue #3F38DD
Tints of Free Speech Blue #3F38DD
RGB
CMYK
RGB Variations
Color information
#3F38DD (or 0x3F38DD) is known color: Free Speech Blue. HEX triplet: 3F, 38 and DD. RGB value is (63,56,221). Sum of RGB (Red+Green+Blue) = 63+56+221=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F38DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F38DD is #C0C722. Grayscale: #4C4C4C. Windows color (decimal): -12633891 or 14497855. OLE color: 14497855.
HSL color Cylindrical-coordinate representation of color #3F38DD: hue angle of 242.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F38DD is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 56 | 221 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.13 |
| HSL | 242.55º | 0.71% | 0.54% | - |
| HSV(B) | 242.55º | 0.75% | 0.87% | - |
| XYZ | 16.52 | 9.11 | 69.29 | - |
| YUV | 76.9 | 209.32 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 221 | 0.71 | 0.75 | 0 | 0.13 | 242.55 | 0.71 | 0.54 |
| Hex | 3F | 38 | DD | 47 | 4B | 0 | D | F3 | 47 | 36 |
| Octal | 77 | 70 | 335 | 107 | 113 | 0 | 15 | 363 | 107 | 66 |
| Binary | 111111 | 111000 | 11011101 | 1000111 | 1001011 | 0 | 1101 | 11110011 | 1000111 | 110110 |
Color Harmonies of #3F38DD
Complementary color
Monochromatic Colors of #3F38DD
Black with #3F38DD
Text Example
Text Example
White with #3F38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F38DD; }
p { color: rgb(63,56,221); }
H1.HeaderClassName
{
color: #3F38DD;
}
.AnyTagClassName
{
color: #3F38DD;
}
</style>
background-color css
<style>
a { background-color: #3F38DD; }
a { background-color: rgb(63,56,221); }
div.DivClassName
{
background-color: #3F38DD;
}
.BgClassName
{
background-color: #3F38DD;
}
</style>
border-color css
<style>
span { border-color: #3F38DD; }
span { border-color: rgb(63,56,221); }
td.TdClassName
{
border-color: #3F38DD;
}
.TagClassName
{
border-color: #3F38DD;
}
</style>